#F99D85

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

Shades of Vivid Tangerine #F99D85

Tints of Vivid Tangerine #F99D85

Color information

#F99D85 (or 0xF99D85) is unknown color: approx Vivid Tangerine. HEX triplet: F9, 9D and 85. RGB value is (249,157,133). Sum of RGB (Red+Green+Blue) = 249+157+133=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99D85 is #06627A. Grayscale: #B5B5B5. Windows color (decimal): -418427 or 8756729. OLE color: 8756729.

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

Color convert

RGB249157133-
CMYK00.370.470.02
HSL12.41º90.62%74.9%-
HSV(B)12.41º46.59%97.65%-
XYZ55.3645.9528.14-
YUV181.77100.48175.95-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.20%
GREEN value IS 157 (61.72% from 255) = 29.13%
BLUE value IS 133 (52.34% from 255) = 24.68%
R=46.20%
G=29.13%
B=24.68%

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
Decimal24915713300.370.470.0212.4190.6274.9
HexF99D850252F2c5b4b
Octal37123520504557214133113
Binary111110011001110110000101010010110111110110010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99D85; }

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

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

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

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

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

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

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

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