#FFAA12

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

Shades of Dark Tangerine #FFAA12

Tints of Dark Tangerine #FFAA12

Color information

#FFAA12 (or 0xFFAA12) is unknown color: approx Dark Tangerine. HEX triplet: FF, AA and 12. RGB value is (255,170,18). Sum of RGB (Red+Green+Blue) = 255+170+18=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 18 (7.42% from 255 or 4.06% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAA12 is #0055ED. Grayscale: #B2B2B2. Windows color (decimal): -21998 or 1223423. OLE color: 1223423.

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

Color convert

RGB25517018-
CMYK00.330.930
HSL38.48º100%53.53%-
HSV(B)38.48º92.94%100%-
XYZ55.7250.057.3-
YUV178.0937.66182.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.56%
GREEN value IS 170 (66.80% from 255) = 38.37%
BLUE value IS 18 (7.42% from 255) = 4.06%
R=57.56%
G=38.37%
B=4.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551701800.330.93038.4810053.53
HexFFAA120215D0266436
Octal3772522204113504614466
Binary1111111110101010100100100001101110101001101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA12; }

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

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

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

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

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

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

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

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