Html Css Color HEX #FEA220 Dark Tangerine

📋 copy color: '#FEA220'

red 254 ◦ green 162 ◦ blue 32

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

Shades of Dark Tangerine #FEA220

Tints of Dark Tangerine #FEA220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.14%

R = 56.7%
G = 36.16%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEA220 (or 0xFEA220) is known color: Dark Tangerine. HEX triplet: FE, A2 and 20. RGB value is (254,162,32). Sum of RGB (Red+Green+Blue) = 254+162+32=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 32 (12.89% from 255 or 7.14% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA220 is #015DDF. Grayscale: #AFAFAF. Windows color (decimal): -89568 or 2138878. OLE color: 2138878.

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

Color convert

RGB 254 162 32 -
CMYK 0 0.36 0.87 0.00
HSL 35.14º 0.99% 0.56% -
HSV(B) 35.14º 0.87% 1% -
XYZ 54.05 47.02 7.59 -
YUV 174.69 47.48 184.57 -
System Red Green Blue C M Y K H S L
Decimal 254 162 32 0 0.36 0.87 0.00 35.14 0.99 0.56
Hex FE A2 20 0 24 57 0 23 63 38
Octal 376 242 40 0 44 127 0 43 143 70
Binary 11111110 10100010 100000 0 100100 1010111 0 100011 1100011 111000

Color Harmonies of #FEA220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA220

Black with #FEA220

Text Example


Text Example

White with #FEA220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA220; }

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

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

background-color css

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

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

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

border-color css

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

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

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