#F18E66

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

Shades of Atomic Tangerine #F18E66

Tints of Atomic Tangerine #F18E66

Color information

#F18E66 (or 0xF18E66) is unknown color: approx Atomic Tangerine. HEX triplet: F1, 8E and 66. RGB value is (241,142,102). Sum of RGB (Red+Green+Blue) = 241+142+102=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F18E66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18E66 is #0E7199. Grayscale: #A7A7A7. Windows color (decimal): -946586 or 6721265. OLE color: 6721265.

HSL color Cylindrical-coordinate representation of color #F18E66: hue angle of 17.27º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F18E66 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB241142102-
CMYK00.410.580.05
HSL17.27º83.23%67.25%-
HSV(B)17.27º57.68%94.51%-
XYZ48.3539.0117.55-
YUV167.0491.3180.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.69%
GREEN value IS 142 (55.86% from 255) = 29.28%
BLUE value IS 102 (40.23% from 255) = 21.03%
R=49.69%
G=29.28%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114210200.410.580.0517.2783.2367.25
HexF18E660293A5115343
Octal36121614605172521123103
Binary1111000110001110110011001010011110101011000110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18E66; }

 p { color: rgb(241,142,102); }

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

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

 a { background-color: rgb(241,142,102); }

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

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

 span { border-color: rgb(241,142,102); }

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