Html Css Color HEX #FFAA00 Orange

📋 copy color: '#FFAA00'

red 255 ◦ green 170 ◦ blue 0

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

Shades of Orange #FFAA00

Tints of Orange #FFAA00

RGB

 RED value IS 255 (100% from 255) = 60%

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

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

R = 60%
G = 40%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFAA00 (or 0xFFAA00) is known color: Orange. HEX triplet: FF, AA and 00. RGB value is (255,170,0). Sum of RGB (Red+Green+Blue) = 255+170+0=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAA00 is #0055FF. Grayscale: #B0B0B0. Windows color (decimal): -22016 or 43775. OLE color: 43775.

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

Color convert

RGB 255 170 0 -
CMYK 0 0.33 1 0
HSL 40º 1% 0.5% -
HSV(B) 40º 1% 1% -
XYZ 55.61 50.01 6.72 -
YUV 176.04 28.66 184.32 -
System Red Green Blue C M Y K H S L
Decimal 255 170 0 0 0.33 1 0 40 1 0.5
Hex FF AA 0 0 21 64 0 28 64 32
Octal 377 252 0 0 41 144 0 50 144 62
Binary 11111111 10101010 0 0 100001 1100100 0 101000 1100100 110010

Color Harmonies of #FFAA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAA00

Black with #FFAA00

Text Example


Text Example

White with #FFAA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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