#FE944D

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

Shades of Sunshade #FE944D

Tints of Sunshade #FE944D

Color information

#FE944D (or 0xFE944D) is unknown color: approx Sunshade. HEX triplet: FE, 94 and 4D. RGB value is (254,148,77). Sum of RGB (Red+Green+Blue) = 254+148+77=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE944D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE944D is #016BB2. Grayscale: #ABABAB. Windows color (decimal): -93107 or 5084414. OLE color: 5084414.

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

Color convert

RGB25414877-
CMYK00.420.700.00
HSL24.07º98.88%64.9%-
HSV(B)24.07º69.69%99.61%-
XYZ52.842.7912.5-
YUV171.674.62186.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.03%
GREEN value IS 148 (58.20% from 255) = 30.90%
BLUE value IS 77 (30.47% from 255) = 16.08%
R=53.03%
G=30.90%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541487700.420.700.0024.0798.8864.9
HexFE944D02A460186341
Octal376224115052106030143101
Binary111111101001010010011010101010100011001100011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE944D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE944D; }

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

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

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

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

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

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

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

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