#FD9666

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

Shades of Atomic Tangerine #FD9666

Tints of Atomic Tangerine #FD9666

Color information

#FD9666 (or 0xFD9666) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 96 and 66. RGB value is (253,150,102). Sum of RGB (Red+Green+Blue) = 253+150+102=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9666 is #026999. Grayscale: #AFAFAF. Windows color (decimal): -158106 or 6723325. OLE color: 6723325.

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

Color convert

RGB253150102-
CMYK00.410.600.01
HSL19.07º97.42%69.61%-
HSV(B)19.07º59.68%99.22%-
XYZ53.8143.6518.16-
YUV175.3286.62183.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.10%
GREEN value IS 150 (58.98% from 255) = 29.70%
BLUE value IS 102 (40.23% from 255) = 20.20%
R=50.10%
G=29.70%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315010200.410.600.0119.0797.4269.61
HexFD96660293C1136146
Octal37522614605174123141106
Binary11111101100101101100110010100111110011001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9666; }

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

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

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

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

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

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

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

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