#FD9D66

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

Shades of Atomic Tangerine #FD9D66

Tints of Atomic Tangerine #FD9D66

Color information

#FD9D66 (or 0xFD9D66) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 9D and 66. RGB value is (253,157,102). Sum of RGB (Red+Green+Blue) = 253+157+102=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9D66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9D66 is #026299. Grayscale: #B3B3B3. Windows color (decimal): -156314 or 6725117. OLE color: 6725117.

HSL color Cylindrical-coordinate representation of color #FD9D66: hue angle of 21.85º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD9D66 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB253157102-
CMYK00.380.600.01
HSL21.85º97.42%69.61%-
HSV(B)21.85º59.68%99.22%-
XYZ54.9645.9618.54-
YUV179.4384.3180.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.41%
GREEN value IS 157 (61.72% from 255) = 30.66%
BLUE value IS 102 (40.23% from 255) = 19.92%
R=49.41%
G=30.66%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315710200.380.600.0121.8597.4269.61
HexFD9D660263C1166146
Octal37523514604674126141106
Binary11111101100111011100110010011011110011011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9D66; }

 p { color: rgb(253,157,102); }

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

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

 a { background-color: rgb(253,157,102); }

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

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

 span { border-color: rgb(253,157,102); }

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