#F49266

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

Shades of Atomic Tangerine #F49266

Tints of Atomic Tangerine #F49266

Color information

#F49266 (or 0xF49266) is unknown color: approx Atomic Tangerine. HEX triplet: F4, 92 and 66. RGB value is (244,146,102). Sum of RGB (Red+Green+Blue) = 244+146+102=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F49266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49266 is #0B6D99. Grayscale: #AAAAAA. Windows color (decimal): -748954 or 6722292. OLE color: 6722292.

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

Color convert

RGB244146102-
CMYK00.400.580.04
HSL18.59º86.59%67.84%-
HSV(B)18.59º58.2%95.69%-
XYZ49.9940.7517.8-
YUV170.2989.47180.58-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.59%
GREEN value IS 146 (57.42% from 255) = 29.67%
BLUE value IS 102 (40.23% from 255) = 20.73%
R=49.59%
G=29.67%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414610200.400.580.0418.5986.5967.84
HexF492660283A4135744
Octal36422214605072423127104
Binary1111010010010010110011001010001110101001001110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49266; }

 p { color: rgb(244,146,102); }

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

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

 a { background-color: rgb(244,146,102); }

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

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

 span { border-color: rgb(244,146,102); }

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