Html Css Color HEX #FEAA0F Dark Tangerine

📋 copy color: '#FEAA0F'

red 254 ◦ green 170 ◦ blue 15

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

Shades of Dark Tangerine #FEAA0F

Tints of Dark Tangerine #FEAA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.42%

R = 57.86%
G = 38.72%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEAA0F (or 0xFEAA0F) is known color: Dark Tangerine. HEX triplet: FE, AA and 0F. RGB value is (254,170,15). Sum of RGB (Red+Green+Blue) = 254+170+15=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 15 (6.25% from 255 or 3.42% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAA0F is #0155F0. Grayscale: #B2B2B2. Windows color (decimal): -87537 or 1026814. OLE color: 1026814.

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

Color convert

RGB 254 170 15 -
CMYK 0 0.33 0.94 0.00
HSL 38.91º 0.99% 0.53% -
HSV(B) 38.91º 0.94% 1% -
XYZ 55.33 49.85 7.16 -
YUV 177.45 36.33 182.6 -
System Red Green Blue C M Y K H S L
Decimal 254 170 15 0 0.33 0.94 0.00 38.91 0.99 0.53
Hex FE AA F 0 21 5E 0 27 63 35
Octal 376 252 17 0 41 136 0 47 143 65
Binary 11111110 10101010 1111 0 100001 1011110 0 100111 1100011 110101

Color Harmonies of #FEAA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAA0F

Black with #FEAA0F

Text Example


Text Example

White with #FEAA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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