#F99F85

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

Shades of Vivid Tangerine #F99F85

Tints of Vivid Tangerine #F99F85

Color information

#F99F85 (or 0xF99F85) is unknown color: approx Vivid Tangerine. HEX triplet: F9, 9F and 85. RGB value is (249,159,133). Sum of RGB (Red+Green+Blue) = 249+159+133=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F99F85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99F85 is #06607A. Grayscale: #B7B7B7. Windows color (decimal): -417915 or 8757241. OLE color: 8757241.

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

Color convert

RGB249159133-
CMYK00.360.470.02
HSL13.45º90.62%74.9%-
HSV(B)13.45º46.59%97.65%-
XYZ55.746.6328.26-
YUV182.9599.82175.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.03%
GREEN value IS 159 (62.5% from 255) = 29.39%
BLUE value IS 133 (52.34% from 255) = 24.58%
R=46.03%
G=29.39%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915913300.360.470.0213.4590.6274.9
HexF99F850242F2d5b4b
Octal37123720504457215133113
Binary111110011001111110000101010010010111110110110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99F85; }

 p { color: rgb(249,159,133); }

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

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

 a { background-color: rgb(249,159,133); }

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

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

 span { border-color: rgb(249,159,133); }

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