#FFAA40

Color #FFAA40 Yellow Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Orange #FFAA40

Tints of Yellow Orange #FFAA40

Color information

#FFAA40 (or 0xFFAA40) is unknown color: approx Yellow Orange. HEX triplet: FF, AA and 40. RGB value is (255,170,64). Sum of RGB (Red+Green+Blue) = 255+170+64=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAA40 is #0055BF. Grayscale: #B7B7B7. Windows color (decimal): -21952 or 4238079. OLE color: 4238079.

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

Color convert

RGB25517064-
CMYK00.330.750
HSL33.3º100%62.55%-
HSV(B)33.3º74.9%100%-
XYZ56.5450.3811.59-
YUV183.3360.66179.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.15%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 64 (25.39% from 255) = 13.09%
R=52.15%
G=34.76%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551706400.330.75033.310062.55
HexFFAA400214B021643f
Octal37725210004111304114477
Binary111111111010101010000000100001100101101000011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA40; }

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

 H1.HeaderClassName
 {
   color: #FFAA40;
 }
 .AnyTagClassName
 {
   color: #FFAA40;
 }
</style>
background-color css

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

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

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

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

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

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