#FD986E

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

Shades of Atomic Tangerine #FD986E

Tints of Atomic Tangerine #FD986E

Color information

#FD986E (or 0xFD986E) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 98 and 6E. RGB value is (253,152,110). Sum of RGB (Red+Green+Blue) = 253+152+110=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD986E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD986E is #026791. Grayscale: #B1B1B1. Windows color (decimal): -157586 or 7248125. OLE color: 7248125.

HSL color Cylindrical-coordinate representation of color #FD986E: hue angle of 17.62º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD986E is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB253152110-
CMYK00.400.570.01
HSL17.62º97.28%71.18%-
HSV(B)17.62º56.52%99.22%-
XYZ54.5544.4620.46-
YUV177.4189.96181.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.13%
GREEN value IS 152 (59.77% from 255) = 29.51%
BLUE value IS 110 (43.36% from 255) = 21.36%
R=49.13%
G=29.51%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315211000.400.570.0117.6297.2871.18
HexFD986E028391126147
Octal37523015605071122141107
Binary11111101100110001101110010100011100111001011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD986E; }

 p { color: rgb(253,152,110); }

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

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

 a { background-color: rgb(253,152,110); }

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

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

 span { border-color: rgb(253,152,110); }

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