#FD9060

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

Shades of Atomic Tangerine #FD9060

Tints of Atomic Tangerine #FD9060

Color information

#FD9060 (or 0xFD9060) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 90 and 60. RGB value is (253,144,96). Sum of RGB (Red+Green+Blue) = 253+144+96=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9060 is #026F9F. Grayscale: #ABABAB. Windows color (decimal): -159648 or 6328573. OLE color: 6328573.

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

Color convert

RGB25314496-
CMYK00.430.620.01
HSL18.34º97.52%68.43%-
HSV(B)18.34º62.06%99.22%-
XYZ52.5941.6716.34-
YUV171.1285.61186.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.32%
GREEN value IS 144 (56.64% from 255) = 29.21%
BLUE value IS 96 (37.89% from 255) = 19.47%
R=51.32%
G=29.21%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531449600.430.620.0118.3497.5268.43
HexFD906002B3E1126244
Octal37522014005376122142104
Binary11111101100100001100000010101111111011001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9060; }

 p { color: rgb(253,144,96); }

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

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

 a { background-color: rgb(253,144,96); }

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

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

 span { border-color: rgb(253,144,96); }

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