#F99E86

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

Shades of Vivid Tangerine #F99E86

Tints of Vivid Tangerine #F99E86

Color information

#F99E86 (or 0xF99E86) is unknown color: approx Vivid Tangerine. HEX triplet: F9, 9E and 86. RGB value is (249,158,134). Sum of RGB (Red+Green+Blue) = 249+158+134=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 134 (52.73% from 255 or 24.77% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F99E86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99E86 is #066179. Grayscale: #B6B6B6. Windows color (decimal): -418170 or 8822521. OLE color: 8822521.

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

Color convert

RGB249158134-
CMYK00.370.460.02
HSL12.52º90.55%75.1%-
HSV(B)12.52º46.18%97.65%-
XYZ55.646.3128.56-
YUV182.47100.65175.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.03%
GREEN value IS 158 (62.11% from 255) = 29.21%
BLUE value IS 134 (52.73% from 255) = 24.77%
R=46.03%
G=29.21%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915813400.370.460.0212.5290.5575.1
HexF99E860252E2d5b4b
Octal37123620604556215133113
Binary111110011001111010000110010010110111010110110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99E86; }

 p { color: rgb(249,158,134); }

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

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

 a { background-color: rgb(249,158,134); }

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

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

 span { border-color: rgb(249,158,134); }

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