#F49A83

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

Shades of Vivid Tangerine #F49A83

Tints of Vivid Tangerine #F49A83

Color information

#F49A83 (or 0xF49A83) is unknown color: approx Vivid Tangerine. HEX triplet: F4, 9A and 83. RGB value is (244,154,131). Sum of RGB (Red+Green+Blue) = 244+154+131=529 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.12% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 131 (51.56% from 255 or 24.76% from 529); Max value from RGB is 244 - color contains mainly: red. Hex color #F49A83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49A83 is #0B657C. Grayscale: #B2B2B2. Windows color (decimal): -746877 or 8624884. OLE color: 8624884.

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

Color convert

RGB244154131-
CMYK00.370.460.04
HSL12.21º83.7%73.53%-
HSV(B)12.21º46.31%95.69%-
XYZ52.9643.9827.17-
YUV178.29101.32174.87-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.12%
GREEN value IS 154 (60.55% from 255) = 29.11%
BLUE value IS 131 (51.56% from 255) = 24.76%
R=46.12%
G=29.11%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415413100.370.460.0412.2183.773.53
HexF49A830252E4c544a
Octal36423220304556414124112
Binary1111010010011010100000110100101101110100110010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49A83; }

 p { color: rgb(244,154,131); }

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

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

 a { background-color: rgb(244,154,131); }

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

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

 span { border-color: rgb(244,154,131); }

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