#f49460

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

Shades of Atomic Tangerine #F49460

Tints of Atomic Tangerine #F49460

Color information

#F49460 (or 0xF49460) is unknown color: approx Atomic Tangerine. HEX triplet: F4, 94 and 60. RGB value is (244,148,96). Sum of RGB (Red+Green+Blue) = 244+148+96=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F49460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49460 is #0B6B9F. Grayscale: #ABABAB. Windows color (decimal): -748448 or 6329588. OLE color: 6329588.

HSL color Cylindrical-coordinate representation of color #F49460: hue angle of 21.08º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F49460 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB24414896-
CMYK00.390.610.04
HSL21.08º87.06%66.67%-
HSV(B)21.08º60.66%95.69%-
XYZ50.0141.2616.39-
YUV170.7885.8180.23-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50%
GREEN value IS 148 (58.20% from 255) = 30.33%
BLUE value IS 96 (37.89% from 255) = 19.67%
R=50%
G=30.33%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441489600.390.610.0421.0887.0666.67
HexF494600273D4155743
Octal36422414004775425127103
Binary1111010010010100110000001001111111011001010110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f49460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f49460; }

 p { color: rgb(244,148,96); }

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

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

 a { background-color: rgb(244,148,96); }

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

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

 span { border-color: rgb(244,148,96); }

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