#F49980

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

Shades of Vivid Tangerine #F49980

Tints of Vivid Tangerine #F49980

Color information

#F49980 (or 0xF49980) is unknown color: approx Vivid Tangerine. HEX triplet: F4, 99 and 80. RGB value is (244,153,128). Sum of RGB (Red+Green+Blue) = 244+153+128=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F49980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49980 is #0B667F. Grayscale: #B1B1B1. Windows color (decimal): -747136 or 8428020. OLE color: 8428020.

HSL color Cylindrical-coordinate representation of color #F49980: hue angle of 12.93º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F49980 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB244153128-
CMYK00.370.480.04
HSL12.93º84.06%72.94%-
HSV(B)12.93º47.54%95.69%-
XYZ52.643.5726.06-
YUV177.36100.15175.53-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.48%
GREEN value IS 153 (60.16% from 255) = 29.14%
BLUE value IS 128 (50.39% from 255) = 24.38%
R=46.48%
G=29.14%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415312800.370.480.0412.9384.0672.94
HexF49980025304d5449
Octal36423120004560415124111
Binary1111010010011001100000000100101110000100110110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49980; }

 p { color: rgb(244,153,128); }

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

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

 a { background-color: rgb(244,153,128); }

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

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

 span { border-color: rgb(244,153,128); }

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