Html Css Color HEX #FEA520 Dark Tangerine

📋 copy color: '#FEA520'

red 254 ◦ green 165 ◦ blue 32

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

Shades of Dark Tangerine #FEA520

Tints of Dark Tangerine #FEA520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.59%

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

R = 56.32%
G = 36.59%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEA520 (or 0xFEA520) is known color: Dark Tangerine. HEX triplet: FE, A5 and 20. RGB value is (254,165,32). Sum of RGB (Red+Green+Blue) = 254+165+32=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA520 is #015ADF. Grayscale: #B1B1B1. Windows color (decimal): -88800 or 2139646. OLE color: 2139646.

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

Color convert

RGB 254 165 32 -
CMYK 0 0.35 0.87 0.00
HSL 35.95º 0.99% 0.56% -
HSV(B) 35.95º 0.87% 1% -
XYZ 54.59 48.09 7.77 -
YUV 176.45 46.49 183.31 -
System Red Green Blue C M Y K H S L
Decimal 254 165 32 0 0.35 0.87 0.00 35.95 0.99 0.56
Hex FE A5 20 0 23 57 0 24 63 38
Octal 376 245 40 0 43 127 0 44 143 70
Binary 11111110 10100101 100000 0 100011 1010111 0 100100 1100011 111000

Color Harmonies of #FEA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA520

Black with #FEA520

Text Example


Text Example

White with #FEA520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA520; }

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

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

background-color css

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

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

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

border-color css

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

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

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