#F29669

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

Shades of Atomic Tangerine #F29669

Tints of Atomic Tangerine #F29669

Color information

#F29669 (or 0xF29669) is unknown color: approx Atomic Tangerine. HEX triplet: F2, 96 and 69. RGB value is (242,150,105). Sum of RGB (Red+Green+Blue) = 242+150+105=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F29669 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29669 is #0D6996. Grayscale: #ACACAC. Windows color (decimal): -878999 or 6919922. OLE color: 6919922.

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

Color convert

RGB242150105-
CMYK00.380.570.05
HSL19.71º84.05%68.04%-
HSV(B)19.71º56.61%94.9%-
XYZ50.0741.7118.78-
YUV172.3889.98177.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.69%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 105 (41.41% from 255) = 21.13%
R=48.69%
G=30.18%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215010500.380.570.0519.7184.0568.04
HexF29669026395145444
Octal36222615104671524124104
Binary1111001010010110110100101001101110011011010010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29669; }

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

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

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

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

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

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

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

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