#F49366

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

Shades of Atomic Tangerine #F49366

Tints of Atomic Tangerine #F49366

Color information

#F49366 (or 0xF49366) is unknown color: approx Atomic Tangerine. HEX triplet: F4, 93 and 66. RGB value is (244,147,102). Sum of RGB (Red+Green+Blue) = 244+147+102=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F49366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49366 is #0B6C99. Grayscale: #ABABAB. Windows color (decimal): -748698 or 6722548. OLE color: 6722548.

HSL color Cylindrical-coordinate representation of color #F49366: hue angle of 19.01º 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 #F49366 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB244147102-
CMYK00.400.580.04
HSL19.01º86.59%67.84%-
HSV(B)19.01º58.2%95.69%-
XYZ50.1441.0617.85-
YUV170.8789.14180.16-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.49%
GREEN value IS 147 (57.81% from 255) = 29.82%
BLUE value IS 102 (40.23% from 255) = 20.69%
R=49.49%
G=29.82%
B=20.69%

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
Decimal24414710200.400.580.0419.0186.5967.84
HexF493660283A4135744
Octal36422314605072423127104
Binary1111010010010011110011001010001110101001001110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49366; }

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

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

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

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

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

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

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

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