#FE984A

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

Shades of Sunshade #FE984A

Tints of Sunshade #FE984A

Color information

#FE984A (or 0xFE984A) is unknown color: approx Sunshade. HEX triplet: FE, 98 and 4A. RGB value is (254,152,74). Sum of RGB (Red+Green+Blue) = 254+152+74=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE984A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE984A is #0167B5. Grayscale: #AEAEAE. Windows color (decimal): -92086 or 4888830. OLE color: 4888830.

HSL color Cylindrical-coordinate representation of color #FE984A: hue angle of 26º 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 #FE984A is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB25415274-
CMYK00.400.710.00
HSL26º98.9%64.31%-
HSV(B)26º70.87%99.61%-
XYZ53.3444.0212.16-
YUV173.6171.79185.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.92%
GREEN value IS 152 (59.77% from 255) = 31.67%
BLUE value IS 74 (29.30% from 255) = 15.42%
R=52.92%
G=31.67%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.71
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541527400.400.710.002698.964.31
HexFE984A0284701a6340
Octal376230112050107032143100
Binary111111101001100010010100101000100011101101011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE984A; }

 p { color: rgb(254,152,74); }

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

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

 a { background-color: rgb(254,152,74); }

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

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

 span { border-color: rgb(254,152,74); }

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