Html Css Color HEX #FEAA01 Orange

📋 copy color: '#FEAA01'

red 254 ◦ green 170 ◦ blue 1

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

Shades of Orange #FEAA01

Tints of Orange #FEAA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 59.76%
G = 40%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEAA01 (or 0xFEAA01) is known color: Orange. HEX triplet: FE, AA and 01. RGB value is (254,170,1). Sum of RGB (Red+Green+Blue) = 254+170+1=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAA01 is #0155FE. Grayscale: #B0B0B0. Windows color (decimal): -87551 or 109310. OLE color: 109310.

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

Color convert

RGB 254 170 1 -
CMYK 0 0.33 1.00 0.00
HSL 40.08º 0.99% 0.5% -
HSV(B) 40.08º 1% 1% -
XYZ 55.25 49.82 6.73 -
YUV 175.85 29.33 183.74 -
System Red Green Blue C M Y K H S L
Decimal 254 170 1 0 0.33 1.00 0.00 40.08 0.99 0.5
Hex FE AA 1 0 21 64 0 28 63 32
Octal 376 252 1 0 41 144 0 50 143 62
Binary 11111110 10101010 1 0 100001 1100100 0 101000 1100011 110010

Color Harmonies of #FEAA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAA01

Black with #FEAA01

Text Example


Text Example

White with #FEAA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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