Html Css Color HEX #FEA012 Dark Tangerine

📋 copy color: '#FEA012'

red 254 ◦ green 160 ◦ blue 18

#FEA012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Tangerine #FEA012

Tints of Dark Tangerine #FEA012

RGB

 RED value IS 254 (99.61% from 255) = 58.8%

 GREEN value IS 160 (62.89% from 255) = 37.04%

 BLUE value IS 18 (7.42% from 255) = 4.17%

R = 58.8%
G = 37.04%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEA012 (or 0xFEA012) is known color: Dark Tangerine. HEX triplet: FE, A0 and 12. RGB value is (254,160,18). Sum of RGB (Red+Green+Blue) = 254+160+18=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA012 is #015FED. Grayscale: #ACACAC. Windows color (decimal): -90094 or 1220862. OLE color: 1220862.

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

Color convert

RGB 254 160 18 -
CMYK 0 0.37 0.93 0.00
HSL 36.1º 0.99% 0.53% -
HSV(B) 36.1º 0.93% 1% -
XYZ 53.55 46.26 6.68 -
YUV 171.92 41.14 186.55 -
System Red Green Blue C M Y K H S L
Decimal 254 160 18 0 0.37 0.93 0.00 36.1 0.99 0.53
Hex FE A0 12 0 25 5D 0 24 63 35
Octal 376 240 22 0 45 135 0 44 143 65
Binary 11111110 10100000 10010 0 100101 1011101 0 100100 1100011 110101

Color Harmonies of #FEA012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA012

Black with #FEA012

Text Example


Text Example

White with #FEA012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA012; }

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

 H1.HeaderClassName
 {
   color: #FEA012;
 }
 .AnyTagClassName
 {
   color: #FEA012;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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