#FFA812

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

Shades of Dark Tangerine #FFA812

Tints of Dark Tangerine #FFA812

Color information

#FFA812 (or 0xFFA812) is unknown color: approx Dark Tangerine. HEX triplet: FF, A8 and 12. RGB value is (255,168,18). Sum of RGB (Red+Green+Blue) = 255+168+18=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA812 is #0057ED. Grayscale: #B1B1B1. Windows color (decimal): -22510 or 1222911. OLE color: 1222911.

HSL color Cylindrical-coordinate representation of color #FFA812: hue angle of 37.97º 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 #FFA812 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB25516818-
CMYK00.340.930
HSL37.97º100%53.53%-
HSV(B)37.97º92.94%100%-
XYZ55.3549.317.17-
YUV176.9138.32183.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.82%
GREEN value IS 168 (66.02% from 255) = 38.10%
BLUE value IS 18 (7.42% from 255) = 4.08%
R=57.82%
G=38.10%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551681800.340.93037.9710053.53
HexFFA8120225D0266436
Octal3772502204213504614466
Binary1111111110101000100100100010101110101001101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA812; }

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

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

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

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

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

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

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

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