Html Css Color HEX #FEA011 Dark Tangerine

📋 copy color: '#FEA011'

red 254 ◦ green 160 ◦ blue 17

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

Shades of Dark Tangerine #FEA011

Tints of Dark Tangerine #FEA011

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.12%

 BLUE value IS 17 (7.03% from 255) = 3.94%

R = 58.93%
G = 37.12%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEA011 (or 0xFEA011) is known color: Dark Tangerine. HEX triplet: FE, A0 and 11. RGB value is (254,160,17). Sum of RGB (Red+Green+Blue) = 254+160+17=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 17 (7.03% from 255 or 3.94% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA011 is #015FEE. Grayscale: #ACACAC. Windows color (decimal): -90095 or 1155326. OLE color: 1155326.

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

Color convert

RGB 254 160 17 -
CMYK 0 0.37 0.93 0.00
HSL 36.2º 0.99% 0.53% -
HSV(B) 36.2º 0.93% 1% -
XYZ 53.55 46.25 6.64 -
YUV 171.8 40.64 186.63 -
System Red Green Blue C M Y K H S L
Decimal 254 160 17 0 0.37 0.93 0.00 36.2 0.99 0.53
Hex FE A0 11 0 25 5D 0 24 63 35
Octal 376 240 21 0 45 135 0 44 143 65
Binary 11111110 10100000 10001 0 100101 1011101 0 100100 1100011 110101

Color Harmonies of #FEA011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA011

Black with #FEA011

Text Example


Text Example

White with #FEA011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA011; }

 p { color: rgb(254,160,17); }

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

background-color css

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

 a { background-color: rgb(254,160,17); }

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

border-color css

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

 span { border-color: rgb(254,160,17); }

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