Html Css Color HEX #FEA412 Dark Tangerine

📋 copy color: '#FEA412'

red 254 ◦ green 164 ◦ blue 18

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

Shades of Dark Tangerine #FEA412

Tints of Dark Tangerine #FEA412

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.61%

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

R = 58.26%
G = 37.61%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEA412 (or 0xFEA412) is known color: Dark Tangerine. HEX triplet: FE, A4 and 12. RGB value is (254,164,18). Sum of RGB (Red+Green+Blue) = 254+164+18=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA412 is #015BED. Grayscale: #AEAEAE. Windows color (decimal): -89070 or 1221886. OLE color: 1221886.

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

Color convert

RGB 254 164 18 -
CMYK 0 0.35 0.93 0.00
HSL 37.12º 0.99% 0.53% -
HSV(B) 37.12º 0.93% 1% -
XYZ 54.26 47.67 6.91 -
YUV 174.27 39.82 184.87 -
System Red Green Blue C M Y K H S L
Decimal 254 164 18 0 0.35 0.93 0.00 37.12 0.99 0.53
Hex FE A4 12 0 23 5D 0 25 63 35
Octal 376 244 22 0 43 135 0 45 143 65
Binary 11111110 10100100 10010 0 100011 1011101 0 100101 1100011 110101

Color Harmonies of #FEA412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA412

Black with #FEA412

Text Example


Text Example

White with #FEA412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA412; }

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

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

background-color css

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

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

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

border-color css

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

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

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