#FEAA12

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

Shades of Dark Tangerine #FEAA12

Tints of Dark Tangerine #FEAA12

Color information

#FEAA12 (or 0xFEAA12) is unknown color: approx Dark Tangerine. HEX triplet: FE, AA and 12. RGB value is (254,170,18). Sum of RGB (Red+Green+Blue) = 254+170+18=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAA12 is #0155ED. Grayscale: #B2B2B2. Windows color (decimal): -87534 or 1223422. OLE color: 1223422.

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

Color convert

RGB25417018-
CMYK00.330.930.00
HSL38.64º99.16%53.33%-
HSV(B)38.64º92.91%99.61%-
XYZ55.3649.867.28-
YUV177.7937.83182.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.47%
GREEN value IS 170 (66.80% from 255) = 38.46%
BLUE value IS 18 (7.42% from 255) = 4.07%
R=57.47%
G=38.46%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541701800.330.930.0038.6499.1653.33
HexFEAA120215D0276335
Octal3762522204113504714365
Binary1111111010101010100100100001101110101001111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAA12; }

 p { color: rgb(254,170,18); }

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

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

 a { background-color: rgb(254,170,18); }

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

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

 span { border-color: rgb(254,170,18); }

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