#FEA417

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

Shades of Dark Tangerine #FEA417

Tints of Dark Tangerine #FEA417

Color information

#FEA417 (or 0xFEA417) is unknown color: approx Dark Tangerine. HEX triplet: FE, A4 and 17. RGB value is (254,164,23). Sum of RGB (Red+Green+Blue) = 254+164+23=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 23 (9.38% from 255 or 5.22% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA417 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA417 is #015BE8. Grayscale: #AFAFAF. Windows color (decimal): -89065 or 1549566. OLE color: 1549566.

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

Color convert

RGB25416423-
CMYK00.350.910.00
HSL36.62º99.14%54.31%-
HSV(B)36.62º90.94%99.61%-
XYZ54.347.687.15-
YUV174.8442.32184.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.60%
GREEN value IS 164 (64.45% from 255) = 37.19%
BLUE value IS 23 (9.38% from 255) = 5.22%
R=57.60%
G=37.19%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.91
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541642300.350.910.0036.6299.1454.31
HexFEA4170235B0256336
Octal3762442704313304514366
Binary1111111010100100101110100011101101101001011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA417; }

 p { color: rgb(254,164,23); }

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

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

 a { background-color: rgb(254,164,23); }

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

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

 span { border-color: rgb(254,164,23); }

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