Html Css Color HEX #FEA20F Dark Tangerine

📋 copy color: '#FEA20F'

red 254 ◦ green 162 ◦ blue 15

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

Shades of Dark Tangerine #FEA20F

Tints of Dark Tangerine #FEA20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.48%

R = 58.93%
G = 37.59%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEA20F (or 0xFEA20F) is known color: Dark Tangerine. HEX triplet: FE, A2 and 0F. RGB value is (254,162,15). Sum of RGB (Red+Green+Blue) = 254+162+15=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA20F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA20F is #015DF0. Grayscale: #ADADAD. Windows color (decimal): -89585 or 1024766. OLE color: 1024766.

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

Color convert

RGB 254 162 15 -
CMYK 0 0.36 0.94 0.00
HSL 36.9º 0.99% 0.53% -
HSV(B) 36.9º 0.94% 1% -
XYZ 53.88 46.95 6.67 -
YUV 172.75 38.98 185.95 -
System Red Green Blue C M Y K H S L
Decimal 254 162 15 0 0.36 0.94 0.00 36.9 0.99 0.53
Hex FE A2 F 0 24 5E 0 25 63 35
Octal 376 242 17 0 44 136 0 45 143 65
Binary 11111110 10100010 1111 0 100100 1011110 0 100101 1100011 110101

Color Harmonies of #FEA20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA20F

Black with #FEA20F

Text Example


Text Example

White with #FEA20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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