Html Css Color HEX #FEAA11 Dark Tangerine

📋 copy color: '#FEAA11'

red 254 ◦ green 170 ◦ blue 17

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

Shades of Dark Tangerine #FEAA11

Tints of Dark Tangerine #FEAA11

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.55%

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

R = 57.6%
G = 38.55%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEAA11 (or 0xFEAA11) is known color: Dark Tangerine. HEX triplet: FE, AA and 11. RGB value is (254,170,17). Sum of RGB (Red+Green+Blue) = 254+170+17=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 17 (7.03% from 255 or 3.85% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAA11 is #0155EE. Grayscale: #B2B2B2. Windows color (decimal): -87535 or 1157886. OLE color: 1157886.

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

Color convert

RGB 254 170 17 -
CMYK 0 0.33 0.93 0.00
HSL 38.73º 0.99% 0.53% -
HSV(B) 38.73º 0.93% 1% -
XYZ 55.35 49.86 7.24 -
YUV 177.67 37.33 182.44 -
System Red Green Blue C M Y K H S L
Decimal 254 170 17 0 0.33 0.93 0.00 38.73 0.99 0.53
Hex FE AA 11 0 21 5D 0 27 63 35
Octal 376 252 21 0 41 135 0 47 143 65
Binary 11111110 10101010 10001 0 100001 1011101 0 100111 1100011 110101

Color Harmonies of #FEAA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAA11

Black with #FEAA11

Text Example


Text Example

White with #FEAA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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