#FF8966

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

Shades of Atomic Tangerine #FF8966

Tints of Atomic Tangerine #FF8966

Color information

#FF8966 (or 0xFF8966) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 89 and 66. RGB value is (255,137,102). Sum of RGB (Red+Green+Blue) = 255+137+102=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8966 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8966 is #007699. Grayscale: #A8A8A8. Windows color (decimal): -30362 or 6719999. OLE color: 6719999.

HSL color Cylindrical-coordinate representation of color #FF8966: hue angle of 13.73º 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 #FF8966 is Cyan = 0, Magento = 0.46, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB255137102-
CMYK00.460.60
HSL13.73º100%70%-
HSV(B)13.73º60%100%-
XYZ52.5840.1117.54-
YUV168.2990.59189.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.62%
GREEN value IS 137 (53.91% from 255) = 27.73%
BLUE value IS 102 (40.23% from 255) = 20.65%
R=51.62%
G=27.73%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513710200.460.6013.7310070
HexFF896602E3C0e6446
Octal37721114605674016144106
Binary1111111110001001110011001011101111000111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8966; }

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

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

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

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

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

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

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

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