#F29564

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

Shades of Atomic Tangerine #F29564

Tints of Atomic Tangerine #F29564

Color information

#F29564 (or 0xF29564) is unknown color: approx Atomic Tangerine. HEX triplet: F2, 95 and 64. RGB value is (242,149,100). Sum of RGB (Red+Green+Blue) = 242+149+100=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F29564 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29564 is #0D6A9B. Grayscale: #ABABAB. Windows color (decimal): -879260 or 6591986. OLE color: 6591986.

HSL color Cylindrical-coordinate representation of color #F29564: hue angle of 20.7º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F29564 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB242149100-
CMYK00.380.590.05
HSL20.7º84.52%67.06%-
HSV(B)20.7º58.68%94.9%-
XYZ49.6741.2917.41-
YUV171.2287.81178.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.29%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 100 (39.45% from 255) = 20.37%
R=49.29%
G=30.35%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214910000.380.590.0520.784.5267.06
HexF295640263B5155543
Octal36222514404673525125103
Binary1111001010010101110010001001101110111011010110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29564; }

 p { color: rgb(242,149,100); }

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

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

 a { background-color: rgb(242,149,100); }

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

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

 span { border-color: rgb(242,149,100); }

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