#F99C85

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

Shades of Vivid Tangerine #F99C85

Tints of Vivid Tangerine #F99C85

Color information

#F99C85 (or 0xF99C85) is unknown color: approx Vivid Tangerine. HEX triplet: F9, 9C and 85. RGB value is (249,156,133). Sum of RGB (Red+Green+Blue) = 249+156+133=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99C85 is #06637A. Grayscale: #B5B5B5. Windows color (decimal): -418683 or 8756473. OLE color: 8756473.

HSL color Cylindrical-coordinate representation of color #F99C85: hue angle of 11.9º 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 #F99C85 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB249156133-
CMYK00.370.470.02
HSL11.9º90.62%74.9%-
HSV(B)11.9º46.59%97.65%-
XYZ55.1945.6128.09-
YUV181.18100.81176.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.28%
GREEN value IS 156 (61.33% from 255) = 29.00%
BLUE value IS 133 (52.34% from 255) = 24.72%
R=46.28%
G=29.00%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915613300.370.470.0211.990.6274.9
HexF99C850252F2c5b4b
Octal37123420504557214133113
Binary111110011001110010000101010010110111110110010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99C85; }

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

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

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

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

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

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

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

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