#FDA112

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

Shades of Dark Tangerine #FDA112

Tints of Dark Tangerine #FDA112

Color information

#FDA112 (or 0xFDA112) is unknown color: approx Dark Tangerine. HEX triplet: FD, A1 and 12. RGB value is (253,161,18). Sum of RGB (Red+Green+Blue) = 253+161+18=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA112 is #025EED. Grayscale: #ACACAC. Windows color (decimal): -155374 or 1221117. OLE color: 1221117.

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

Color convert

RGB25316118-
CMYK00.360.930.01
HSL36.51º98.33%53.14%-
HSV(B)36.51º92.89%99.22%-
XYZ53.3646.426.72-
YUV172.2140.98185.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.56%
GREEN value IS 161 (63.28% from 255) = 37.27%
BLUE value IS 18 (7.42% from 255) = 4.17%
R=58.56%
G=37.27%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.93
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531611800.360.930.0136.5198.3353.14
HexFDA1120245D1256235
Octal3752412204413514514265
Binary1111110110100001100100100100101110111001011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA112; }

 p { color: rgb(253,161,18); }

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

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

 a { background-color: rgb(253,161,18); }

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

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

 span { border-color: rgb(253,161,18); }

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