#F29665

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

Shades of Atomic Tangerine #F29665

Tints of Atomic Tangerine #F29665

Color information

#F29665 (or 0xF29665) is unknown color: approx Atomic Tangerine. HEX triplet: F2, 96 and 65. RGB value is (242,150,101). Sum of RGB (Red+Green+Blue) = 242+150+101=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F29665 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29665 is #0D699A. Grayscale: #ACACAC. Windows color (decimal): -879003 or 6657778. OLE color: 6657778.

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

Color convert

RGB242150101-
CMYK00.380.580.05
HSL20.85º84.43%67.25%-
HSV(B)20.85º58.26%94.9%-
XYZ49.8741.6317.72-
YUV171.9287.98177.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.09%
GREEN value IS 150 (58.98% from 255) = 30.43%
BLUE value IS 101 (39.84% from 255) = 20.49%
R=49.09%
G=30.43%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215010100.380.580.0520.8584.4367.25
HexF296650263A5155443
Octal36222614504672525124103
Binary1111001010010110110010101001101110101011010110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29665; }

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

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

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

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

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

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

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

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