#F29366

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

Shades of Atomic Tangerine #F29366

Tints of Atomic Tangerine #F29366

Color information

#F29366 (or 0xF29366) is unknown color: approx Atomic Tangerine. HEX triplet: F2, 93 and 66. RGB value is (242,147,102). Sum of RGB (Red+Green+Blue) = 242+147+102=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F29366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29366 is #0D6C99. Grayscale: #AAAAAA. Windows color (decimal): -879770 or 6722546. OLE color: 6722546.

HSL color Cylindrical-coordinate representation of color #F29366: hue angle of 19.29º degrees, saturation: 0.84, 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 #F29366 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB242147102-
CMYK00.390.580.05
HSL19.29º84.34%67.45%-
HSV(B)19.29º57.85%94.9%-
XYZ49.4540.717.82-
YUV170.2789.47179.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.29%
GREEN value IS 147 (57.81% from 255) = 29.94%
BLUE value IS 102 (40.23% from 255) = 20.77%
R=49.29%
G=29.94%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214710200.390.580.0519.2984.3467.45
HexF293660273A5135443
Octal36222314604772523124103
Binary1111001010010011110011001001111110101011001110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29366; }

 p { color: rgb(242,147,102); }

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

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

 a { background-color: rgb(242,147,102); }

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

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

 span { border-color: rgb(242,147,102); }

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