Html Css Color HEX #FEAA07 Orange

📋 copy color: '#FEAA07'

red 254 ◦ green 170 ◦ blue 7

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

Shades of Orange #FEAA07

Tints of Orange #FEAA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.62%

R = 58.93%
G = 39.44%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FEAA07 (or 0xFEAA07) is known color: Orange. HEX triplet: FE, AA and 07. RGB value is (254,170,7). Sum of RGB (Red+Green+Blue) = 254+170+7=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 7 (3.12% from 255 or 1.62% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAA07 is #0155F8. Grayscale: #B1B1B1. Windows color (decimal): -87545 or 502526. OLE color: 502526.

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

Color convert

RGB 254 170 7 -
CMYK 0 0.33 0.97 0.00
HSL 39.6º 0.99% 0.51% -
HSV(B) 39.6º 0.97% 1% -
XYZ 55.29 49.84 6.91 -
YUV 176.53 32.33 183.25 -
System Red Green Blue C M Y K H S L
Decimal 254 170 7 0 0.33 0.97 0.00 39.6 0.99 0.51
Hex FE AA 7 0 21 61 0 28 63 33
Octal 376 252 7 0 41 141 0 50 143 63
Binary 11111110 10101010 111 0 100001 1100001 0 101000 1100011 110011

Color Harmonies of #FEAA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAA07

Black with #FEAA07

Text Example


Text Example

White with #FEAA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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