Html Css Color HEX #FEA20A Dark Tangerine

📋 copy color: '#FEA20A'

red 254 ◦ green 162 ◦ blue 10

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

Shades of Dark Tangerine #FEA20A

Tints of Dark Tangerine #FEA20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.35%

R = 59.62%
G = 38.03%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEA20A (or 0xFEA20A) is known color: Dark Tangerine. HEX triplet: FE, A2 and 0A. RGB value is (254,162,10). Sum of RGB (Red+Green+Blue) = 254+162+10=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA20A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA20A is #015DF5. Grayscale: #ACACAC. Windows color (decimal): -89590 or 697086. OLE color: 697086.

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

Color convert

RGB 254 162 10 -
CMYK 0 0.36 0.96 0.00
HSL 37.38º 0.99% 0.52% -
HSV(B) 37.38º 0.96% 1% -
XYZ 53.85 46.93 6.51 -
YUV 172.18 36.48 186.36 -
System Red Green Blue C M Y K H S L
Decimal 254 162 10 0 0.36 0.96 0.00 37.38 0.99 0.52
Hex FE A2 A 0 24 60 0 25 63 34
Octal 376 242 12 0 44 140 0 45 143 64
Binary 11111110 10100010 1010 0 100100 1100000 0 100101 1100011 110100

Color Harmonies of #FEA20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA20A

Black with #FEA20A

Text Example


Text Example

White with #FEA20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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