#F49463

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

Shades of Atomic Tangerine #F49463

Tints of Atomic Tangerine #F49463

Color information

#F49463 (or 0xF49463) is unknown color: approx Atomic Tangerine. HEX triplet: F4, 94 and 63. RGB value is (244,148,99). Sum of RGB (Red+Green+Blue) = 244+148+99=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 99 (39.06% from 255 or 20.16% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F49463 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49463 is #0B6B9C. Grayscale: #ABABAB. Windows color (decimal): -748445 or 6526196. OLE color: 6526196.

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

Color convert

RGB24414899-
CMYK00.390.590.04
HSL20.28º86.83%67.25%-
HSV(B)20.28º59.43%95.69%-
XYZ50.1541.3117.14-
YUV171.1287.3179.98-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.69%
GREEN value IS 148 (58.20% from 255) = 30.14%
BLUE value IS 99 (39.06% from 255) = 20.16%
R=49.69%
G=30.14%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441489900.390.590.0420.2886.8367.25
HexF494630273B4145743
Octal36422414304773424127103
Binary1111010010010100110001101001111110111001010010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49463; }

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

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

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

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

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

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

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

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