Html Css Color HEX #FEA820 Dark Tangerine

📋 copy color: '#FEA820'

red 254 ◦ green 168 ◦ blue 32

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

Shades of Dark Tangerine #FEA820

Tints of Dark Tangerine #FEA820

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37%

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

R = 55.95%
G = 37%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEA820 (or 0xFEA820) is known color: Dark Tangerine. HEX triplet: FE, A8 and 20. RGB value is (254,168,32). Sum of RGB (Red+Green+Blue) = 254+168+32=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 32 (12.89% from 255 or 7.05% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA820 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA820 is #0157DF. Grayscale: #B2B2B2. Windows color (decimal): -88032 or 2140414. OLE color: 2140414.

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

Color convert

RGB 254 168 32 -
CMYK 0 0.34 0.87 0.00
HSL 36.76º 0.99% 0.56% -
HSV(B) 36.76º 0.87% 1% -
XYZ 55.14 49.18 7.95 -
YUV 178.21 45.49 182.06 -
System Red Green Blue C M Y K H S L
Decimal 254 168 32 0 0.34 0.87 0.00 36.76 0.99 0.56
Hex FE A8 20 0 22 57 0 25 63 38
Octal 376 250 40 0 42 127 0 45 143 70
Binary 11111110 10101000 100000 0 100010 1010111 0 100101 1100011 111000

Color Harmonies of #FEA820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA820

Black with #FEA820

Text Example


Text Example

White with #FEA820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA820; }

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

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

background-color css

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

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

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

border-color css

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

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

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