#F29869

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

Shades of Atomic Tangerine #F29869

Tints of Atomic Tangerine #F29869

Color information

#F29869 (or 0xF29869) is unknown color: approx Atomic Tangerine. HEX triplet: F2, 98 and 69. RGB value is (242,152,105). Sum of RGB (Red+Green+Blue) = 242+152+105=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 105 (41.41% from 255 or 21.04% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F29869 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29869 is #0D6796. Grayscale: #ADADAD. Windows color (decimal): -878487 or 6920434. OLE color: 6920434.

HSL color Cylindrical-coordinate representation of color #F29869: hue angle of 20.58º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F29869 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB242152105-
CMYK00.370.570.05
HSL20.58º84.05%68.04%-
HSV(B)20.58º56.61%94.9%-
XYZ50.442.3518.88-
YUV173.5589.32176.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.50%
GREEN value IS 152 (59.77% from 255) = 30.46%
BLUE value IS 105 (41.41% from 255) = 21.04%
R=48.50%
G=30.46%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215210500.370.570.0520.5884.0568.04
HexF29869025395155444
Octal36223015104571525124104
Binary1111001010011000110100101001011110011011010110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29869; }

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

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

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

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

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

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

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

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