#FFA111

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

Shades of Dark Tangerine #FFA111

Tints of Dark Tangerine #FFA111

Color information

#FFA111 (or 0xFFA111) is unknown color: approx Dark Tangerine. HEX triplet: FF, A1 and 11. RGB value is (255,161,17). Sum of RGB (Red+Green+Blue) = 255+161+17=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 17 (7.03% from 255 or 3.93% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA111 is #005EEE. Grayscale: #ADADAD. Windows color (decimal): -24303 or 1155583. OLE color: 1155583.

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

Color convert

RGB25516117-
CMYK00.370.930
HSL36.3º100%53.33%-
HSV(B)36.3º93.33%100%-
XYZ54.0946.796.71-
YUV172.6940.14186.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.89%
GREEN value IS 161 (63.28% from 255) = 37.18%
BLUE value IS 17 (7.03% from 255) = 3.93%
R=58.89%
G=37.18%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551611700.370.93036.310053.33
HexFFA1110255D0246435
Octal3772412104513504414465
Binary1111111110100001100010100101101110101001001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA111; }

 p { color: rgb(255,161,17); }

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

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

 a { background-color: rgb(255,161,17); }

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

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

 span { border-color: rgb(255,161,17); }

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