#FFAA3C

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

Shades of Yellow Orange #FFAA3C

Tints of Yellow Orange #FFAA3C

Color information

#FFAA3C (or 0xFFAA3C) is unknown color: approx Yellow Orange. HEX triplet: FF, AA and 3C. RGB value is (255,170,60). Sum of RGB (Red+Green+Blue) = 255+170+60=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 60 (23.83% from 255 or 12.37% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAA3C is #0055C3. Grayscale: #B7B7B7. Windows color (decimal): -21956 or 3975935. OLE color: 3975935.

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

Color convert

RGB25517060-
CMYK00.330.760
HSL33.85º100%61.76%-
HSV(B)33.85º76.47%100%-
XYZ56.4350.3411.02-
YUV182.8758.66179.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.58%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 60 (23.83% from 255) = 12.37%
R=52.58%
G=35.05%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551706000.330.76033.8510061.76
HexFFAA3C0214C022643e
Octal3772527404111404214476
Binary11111111101010101111000100001100110001000101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA3C; }

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

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

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

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

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

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

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

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