#FF9E66

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

Shades of Atomic Tangerine #FF9E66

Tints of Atomic Tangerine #FF9E66

Color information

#FF9E66 (or 0xFF9E66) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 9E and 66. RGB value is (255,158,102). Sum of RGB (Red+Green+Blue) = 255+158+102=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9E66 is #006199. Grayscale: #B4B4B4. Windows color (decimal): -24986 or 6725375. OLE color: 6725375.

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

Color convert

RGB255158102-
CMYK00.380.60
HSL21.96º100%70%-
HSV(B)21.96º60%100%-
XYZ55.8746.6718.63-
YUV180.6283.64181.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.51%
GREEN value IS 158 (62.11% from 255) = 30.68%
BLUE value IS 102 (40.23% from 255) = 19.81%
R=49.51%
G=30.68%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515810200.380.6021.9610070
HexFF9E660263C0166446
Octal37723614604674026144106
Binary11111111100111101100110010011011110001011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9E66; }

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

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

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

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

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

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

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

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