Html Css Color HEX #FEA414 Dark Tangerine

📋 copy color: '#FEA414'

red 254 ◦ green 164 ◦ blue 20

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

Shades of Dark Tangerine #FEA414

Tints of Dark Tangerine #FEA414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.57%

R = 57.99%
G = 37.44%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEA414 (or 0xFEA414) is known color: Dark Tangerine. HEX triplet: FE, A4 and 14. RGB value is (254,164,20). Sum of RGB (Red+Green+Blue) = 254+164+20=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA414 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA414 is #015BEB. Grayscale: #AFAFAF. Windows color (decimal): -89068 or 1352958. OLE color: 1352958.

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

Color convert

RGB 254 164 20 -
CMYK 0 0.35 0.92 0.00
HSL 36.92º 0.99% 0.54% -
HSV(B) 36.92º 0.92% 1% -
XYZ 54.27 47.67 7 -
YUV 174.49 40.82 184.71 -
System Red Green Blue C M Y K H S L
Decimal 254 164 20 0 0.35 0.92 0.00 36.92 0.99 0.54
Hex FE A4 14 0 23 5C 0 25 63 36
Octal 376 244 24 0 43 134 0 45 143 66
Binary 11111110 10100100 10100 0 100011 1011100 0 100101 1100011 110110

Color Harmonies of #FEA414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA414

Black with #FEA414

Text Example


Text Example

White with #FEA414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA414; }

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

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

background-color css

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

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

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

border-color css

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

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

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