#FD8E60

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

Shades of Atomic Tangerine #FD8E60

Tints of Atomic Tangerine #FD8E60

Color information

#FD8E60 (or 0xFD8E60) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 8E and 60. RGB value is (253,142,96). Sum of RGB (Red+Green+Blue) = 253+142+96=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 96 (37.89% from 255 or 19.55% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8E60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8E60 is #02719F. Grayscale: #AAAAAA. Windows color (decimal): -160160 or 6328061. OLE color: 6328061.

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

Color convert

RGB25314296-
CMYK00.440.620.01
HSL17.58º97.52%68.43%-
HSV(B)17.58º62.06%99.22%-
XYZ52.2941.0716.24-
YUV169.9486.27187.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.53%
GREEN value IS 142 (55.86% from 255) = 28.92%
BLUE value IS 96 (37.89% from 255) = 19.55%
R=51.53%
G=28.92%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531429600.440.620.0117.5897.5268.43
HexFD8E6002C3E1126244
Octal37521614005476122142104
Binary11111101100011101100000010110011111011001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8E60; }

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

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

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

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

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

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

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

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