Html Css Color HEX #FEA214 Dark Tangerine

📋 copy color: '#FEA214'

red 254 ◦ green 162 ◦ blue 20

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

Shades of Dark Tangerine #FEA214

Tints of Dark Tangerine #FEA214

RGB

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

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

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

R = 58.26%
G = 37.16%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEA214 (or 0xFEA214) is known color: Dark Tangerine. HEX triplet: FE, A2 and 14. RGB value is (254,162,20). Sum of RGB (Red+Green+Blue) = 254+162+20=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 20 (8.20% from 255 or 4.59% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA214 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA214 is #015DEB. Grayscale: #ADADAD. Windows color (decimal): -89580 or 1352446. OLE color: 1352446.

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

Color convert

RGB 254 162 20 -
CMYK 0 0.36 0.92 0.00
HSL 36.41º 0.99% 0.54% -
HSV(B) 36.41º 0.92% 1% -
XYZ 53.92 46.96 6.88 -
YUV 173.32 41.48 185.55 -
System Red Green Blue C M Y K H S L
Decimal 254 162 20 0 0.36 0.92 0.00 36.41 0.99 0.54
Hex FE A2 14 0 24 5C 0 24 63 36
Octal 376 242 24 0 44 134 0 44 143 66
Binary 11111110 10100010 10100 0 100100 1011100 0 100100 1100011 110110

Color Harmonies of #FEA214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA214

Black with #FEA214

Text Example


Text Example

White with #FEA214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA214; }

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

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

background-color css

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

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

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

border-color css

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

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

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