#FFAA03

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

Shades of Orange #FFAA03

Tints of Orange #FFAA03

Color information

#FFAA03 (or 0xFFAA03) is unknown color: approx Orange. HEX triplet: FF, AA and 03. RGB value is (255,170,3). Sum of RGB (Red+Green+Blue) = 255+170+3=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 3 (1.56% from 255 or 0.70% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAA03 is #0055FC. Grayscale: #B1B1B1. Windows color (decimal): -22013 or 240383. OLE color: 240383.

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

Color convert

RGB2551703-
CMYK00.330.990
HSL39.76º100%50.59%-
HSV(B)39.76º98.82%100%-
XYZ55.6350.026.81-
YUV176.3830.16184.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.58%
GREEN value IS 170 (66.80% from 255) = 39.72%
BLUE value IS 3 (1.56% from 255) = 0.70%
R=59.58%
G=39.72%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255170300.330.99039.7610050.59
HexFFAA3021630286433
Octal377252304114305014463
Binary1111111110101010110100001110001101010001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA03; }

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

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

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

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

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

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

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

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