#FEAF16

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

Shades of Dark Tangerine #FEAF16

Tints of Dark Tangerine #FEAF16

Color information

#FEAF16 (or 0xFEAF16) is unknown color: approx Dark Tangerine. HEX triplet: FE, AF and 16. RGB value is (254,175,22). Sum of RGB (Red+Green+Blue) = 254+175+22=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 22 (8.98% from 255 or 4.88% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAF16 is #0150E9. Grayscale: #B5B5B5. Windows color (decimal): -86250 or 1486846. OLE color: 1486846.

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

Color convert

RGB25417522-
CMYK00.310.910.00
HSL39.57º99.15%54.12%-
HSV(B)39.57º91.34%99.61%-
XYZ56.3551.797.79-
YUV181.1838.17179.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.32%
GREEN value IS 175 (68.75% from 255) = 38.80%
BLUE value IS 22 (8.98% from 255) = 4.88%
R=56.32%
G=38.80%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541752200.310.910.0039.5799.1554.12
HexFEAF1601F5B0286336
Octal3762572603713305014366
Binary111111101010111110110011111101101101010001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAF16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAF16; }

 p { color: rgb(254,175,22); }

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

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

 a { background-color: rgb(254,175,22); }

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

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

 span { border-color: rgb(254,175,22); }

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