#FF9666

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

Shades of Atomic Tangerine #FF9666

Tints of Atomic Tangerine #FF9666

Color information

#FF9666 (or 0xFF9666) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 96 and 66. RGB value is (255,150,102). Sum of RGB (Red+Green+Blue) = 255+150+102=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 102 (40.23% from 255 or 20.12% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9666 is #006999. Grayscale: #B0B0B0. Windows color (decimal): -27034 or 6723327. OLE color: 6723327.

HSL color Cylindrical-coordinate representation of color #FF9666: hue angle of 18.82º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF9666 is Cyan = 0, Magento = 0.41, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB255150102-
CMYK00.410.60
HSL18.82º100%70%-
HSV(B)18.82º60%100%-
XYZ54.5444.0318.19-
YUV175.9286.29184.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.30%
GREEN value IS 150 (58.98% from 255) = 29.59%
BLUE value IS 102 (40.23% from 255) = 20.12%
R=50.30%
G=29.59%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515010200.410.6018.8210070
HexFF96660293C0136446
Octal37722614605174023144106
Binary11111111100101101100110010100111110001001111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9666; }

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

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

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

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

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

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

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

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