Html Css Color HEX #FEAA00 Orange

📋 copy color: '#FEAA00'

red 254 ◦ green 170 ◦ blue 0

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

Shades of Orange #FEAA00

Tints of Orange #FEAA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.91%
G = 40.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEAA00 (or 0xFEAA00) is known color: Orange. HEX triplet: FE, AA and 00. RGB value is (254,170,0). Sum of RGB (Red+Green+Blue) = 254+170+0=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAA00 is #0155FF. Grayscale: #B0B0B0. Windows color (decimal): -87552 or 43774. OLE color: 43774.

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

Color convert

RGB 254 170 0 -
CMYK 0 0.33 1 0.00
HSL 40.16º 1% 0.5% -
HSV(B) 40.16º 1% 1% -
XYZ 55.25 49.82 6.7 -
YUV 175.74 28.83 183.82 -
System Red Green Blue C M Y K H S L
Decimal 254 170 0 0 0.33 1 0.00 40.16 1 0.5
Hex FE AA 0 0 21 64 0 28 64 32
Octal 376 252 0 0 41 144 0 50 144 62
Binary 11111110 10101010 0 0 100001 1100100 0 101000 1100100 110010

Color Harmonies of #FEAA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAA00

Black with #FEAA00

Text Example


Text Example

White with #FEAA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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