#f29866

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

Shades of Atomic Tangerine #F29866

Tints of Atomic Tangerine #F29866

Color information

#F29866 (or 0xF29866) is unknown color: approx Atomic Tangerine. HEX triplet: F2, 98 and 66. RGB value is (242,152,102). Sum of RGB (Red+Green+Blue) = 242+152+102=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F29866 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29866 is #0D6799. Grayscale: #ADADAD. Windows color (decimal): -878490 or 6723826. OLE color: 6723826.

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

Color convert

RGB242152102-
CMYK00.370.580.05
HSL21.43º84.34%67.45%-
HSV(B)21.43º57.85%94.9%-
XYZ50.2442.2918.09-
YUV173.2187.82177.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.79%
GREEN value IS 152 (59.77% from 255) = 30.65%
BLUE value IS 102 (40.23% from 255) = 20.56%
R=48.79%
G=30.65%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215210200.370.580.0521.4384.3467.45
HexF298660253A5155443
Octal36223014604572525124103
Binary1111001010011000110011001001011110101011010110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f29866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f29866; }

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

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

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

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

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

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

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

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