#f29560

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

Shades of Atomic Tangerine #F29560

Tints of Atomic Tangerine #F29560

Color information

#F29560 (or 0xF29560) is unknown color: approx Atomic Tangerine. HEX triplet: F2, 95 and 60. RGB value is (242,149,96). Sum of RGB (Red+Green+Blue) = 242+149+96=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F29560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29560 is #0D6A9F. Grayscale: #ABABAB. Windows color (decimal): -879264 or 6329842. OLE color: 6329842.

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

Color convert

RGB24214996-
CMYK00.380.600.05
HSL21.78º84.88%66.27%-
HSV(B)21.78º60.33%94.9%-
XYZ49.4841.2216.41-
YUV170.7685.81178.81-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.69%
GREEN value IS 149 (58.59% from 255) = 30.60%
BLUE value IS 96 (37.89% from 255) = 19.71%
R=49.69%
G=30.60%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421499600.380.600.0521.7884.8866.27
HexF295600263C5165542
Octal36222514004674526125102
Binary1111001010010101110000001001101111001011011010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f29560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f29560; }

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

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

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

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

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

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

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

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