#F49861

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

Shades of Atomic Tangerine #F49861

Tints of Atomic Tangerine #F49861

Color information

#F49861 (or 0xF49861) is unknown color: approx Atomic Tangerine. HEX triplet: F4, 98 and 61. RGB value is (244,152,97). Sum of RGB (Red+Green+Blue) = 244+152+97=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F49861 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49861 is #0B679E. Grayscale: #ADADAD. Windows color (decimal): -747423 or 6396148. OLE color: 6396148.

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

Color convert

RGB24415297-
CMYK00.380.600.04
HSL22.45º86.98%66.86%-
HSV(B)22.45º60.25%95.69%-
XYZ50.6942.5516.85-
YUV173.2484.98178.47-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.49%
GREEN value IS 152 (59.77% from 255) = 30.83%
BLUE value IS 97 (38.28% from 255) = 19.68%
R=49.49%
G=30.83%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441529700.380.600.0422.4586.9866.86
HexF498610263C4165743
Octal36423014104674426127103
Binary1111010010011000110000101001101111001001011010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49861; }

 p { color: rgb(244,152,97); }

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

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

 a { background-color: rgb(244,152,97); }

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

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

 span { border-color: rgb(244,152,97); }

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