Html Css Color HEX #FEA212 Dark Tangerine

📋 copy color: '#FEA212'

red 254 ◦ green 162 ◦ blue 18

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

Shades of Dark Tangerine #FEA212

Tints of Dark Tangerine #FEA212

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.33%

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

R = 58.53%
G = 37.33%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEA212 (or 0xFEA212) is known color: Dark Tangerine. HEX triplet: FE, A2 and 12. RGB value is (254,162,18). Sum of RGB (Red+Green+Blue) = 254+162+18=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 18 (7.42% from 255 or 4.15% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA212 is #015DED. Grayscale: #ADADAD. Windows color (decimal): -89582 or 1221374. OLE color: 1221374.

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

Color convert

RGB 254 162 18 -
CMYK 0 0.36 0.93 0.00
HSL 36.61º 0.99% 0.53% -
HSV(B) 36.61º 0.93% 1% -
XYZ 53.9 46.96 6.79 -
YUV 173.09 40.48 185.71 -
System Red Green Blue C M Y K H S L
Decimal 254 162 18 0 0.36 0.93 0.00 36.61 0.99 0.53
Hex FE A2 12 0 24 5D 0 25 63 35
Octal 376 242 22 0 44 135 0 45 143 65
Binary 11111110 10100010 10010 0 100100 1011101 0 100101 1100011 110101

Color Harmonies of #FEA212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA212

Black with #FEA212

Text Example


Text Example

White with #FEA212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA212; }

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

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

background-color css

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

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

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

border-color css

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

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

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