#F99A82

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

Shades of Vivid Tangerine #F99A82

Tints of Vivid Tangerine #F99A82

Color information

#F99A82 (or 0xF99A82) is unknown color: approx Vivid Tangerine. HEX triplet: F9, 9A and 82. RGB value is (249,154,130). Sum of RGB (Red+Green+Blue) = 249+154+130=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 249 - color contains mainly: red. Hex color #F99A82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99A82 is #06657D. Grayscale: #B3B3B3. Windows color (decimal): -419198 or 8559353. OLE color: 8559353.

HSL color Cylindrical-coordinate representation of color #F99A82: hue angle of 12.1º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F99A82 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB249154130-
CMYK00.380.480.02
HSL12.1º90.84%74.31%-
HSV(B)12.1º47.79%97.65%-
XYZ54.6544.8626.9-
YUV179.6799.97177.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.72%
GREEN value IS 154 (60.55% from 255) = 28.89%
BLUE value IS 130 (51.17% from 255) = 24.39%
R=46.72%
G=28.89%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915413000.380.480.0212.190.8474.31
HexF99A82026302c5b4a
Octal37123220204660214133112
Binary111110011001101010000010010011011000010110010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99A82; }

 p { color: rgb(249,154,130); }

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

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

 a { background-color: rgb(249,154,130); }

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

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

 span { border-color: rgb(249,154,130); }

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