#FE9C20

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

Shades of Dark Tangerine #FE9C20

Tints of Dark Tangerine #FE9C20

Color information

#FE9C20 (or 0xFE9C20) is unknown color: approx Dark Tangerine. HEX triplet: FE, 9C and 20. RGB value is (254,156,32). Sum of RGB (Red+Green+Blue) = 254+156+32=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 32 (12.89% from 255 or 7.24% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9C20 is #0163DF. Grayscale: #ABABAB. Windows color (decimal): -91104 or 2137342. OLE color: 2137342.

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

Color convert

RGB25415632-
CMYK00.390.870.00
HSL33.51º99.11%56.08%-
HSV(B)33.51º87.4%99.61%-
XYZ53.0244.957.25-
YUV171.1749.47187.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.47%
GREEN value IS 156 (61.33% from 255) = 35.29%
BLUE value IS 32 (12.89% from 255) = 7.24%
R=57.47%
G=35.29%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541563200.390.870.0033.5199.1156.08
HexFE9C20027570226338
Octal3762344004712704214370
Binary11111110100111001000000100111101011101000101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9C20; }

 p { color: rgb(254,156,32); }

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

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

 a { background-color: rgb(254,156,32); }

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

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

 span { border-color: rgb(254,156,32); }

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