#FE9449

Color #FE9449 Sunshade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunshade #FE9449

Tints of Sunshade #FE9449

Color information

#FE9449 (or 0xFE9449) is unknown color: approx Sunshade. HEX triplet: FE, 94 and 49. RGB value is (254,148,73). Sum of RGB (Red+Green+Blue) = 254+148+73=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9449 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9449 is #016BB6. Grayscale: #ABABAB. Windows color (decimal): -93111 or 4822270. OLE color: 4822270.

HSL color Cylindrical-coordinate representation of color #FE9449: hue angle of 24.86º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE9449 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB25414873-
CMYK00.420.710.00
HSL24.86º98.91%64.12%-
HSV(B)24.86º71.26%99.61%-
XYZ52.6742.7311.78-
YUV171.1472.62187.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 53.47%
GREEN value IS 148 (58.20% from 255) = 31.16%
BLUE value IS 73 (28.91% from 255) = 15.37%
R=53.47%
G=31.16%
B=15.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541487300.420.710.0024.8698.9164.12
HexFE944902A470196340
Octal376224111052107031143100
Binary111111101001010010010010101010100011101100111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9449; }

 p { color: rgb(254,148,73); }

 H1.HeaderClassName
 {
   color: #FE9449;
 }
 .AnyTagClassName
 {
   color: #FE9449;
 }
</style>
background-color css

<style>
 a { background-color: #FE9449; }

 a { background-color: rgb(254,148,73); }

 div.DivClassName
 {
   background-color: #FE9449;
 }
 .BgClassName
 {
   background-color: #FE9449;
 }
</style>
border-color css

<style>
 span { border-color: #FE9449; }

 span { border-color: rgb(254,148,73); }

 td.TdClassName
 {
   border-color: #FE9449;
 }
 .TagClassName
 {
   border-color: #FE9449;
 }
</style>