#FDA412

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

Shades of Dark Tangerine #FDA412

Tints of Dark Tangerine #FDA412

Color information

#FDA412 (or 0xFDA412) is unknown color: approx Dark Tangerine. HEX triplet: FD, A4 and 12. RGB value is (253,164,18). Sum of RGB (Red+Green+Blue) = 253+164+18=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA412 is #025BED. Grayscale: #AEAEAE. Windows color (decimal): -154606 or 1221885. OLE color: 1221885.

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

Color convert

RGB25316418-
CMYK00.350.930.01
HSL37.28º98.33%53.14%-
HSV(B)37.28º92.89%99.22%-
XYZ53.8947.486.9-
YUV173.9739.99184.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.16%
GREEN value IS 164 (64.45% from 255) = 37.70%
BLUE value IS 18 (7.42% from 255) = 4.14%
R=58.16%
G=37.70%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531641800.350.930.0137.2898.3353.14
HexFDA4120235D1256235
Octal3752442204313514514265
Binary1111110110100100100100100011101110111001011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA412; }

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

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

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

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

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

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

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

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