#F9A186

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

Shades of Vivid Tangerine #F9A186

Tints of Vivid Tangerine #F9A186

Color information

#F9A186 (or 0xF9A186) is unknown color: approx Vivid Tangerine. HEX triplet: F9, A1 and 86. RGB value is (249,161,134). Sum of RGB (Red+Green+Blue) = 249+161+134=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 134 (52.73% from 255 or 24.63% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A186 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A186 is #065E79. Grayscale: #B8B8B8. Windows color (decimal): -417402 or 8823289. OLE color: 8823289.

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

Color convert

RGB249161134-
CMYK00.350.460.02
HSL14.09º90.55%75.1%-
HSV(B)14.09º46.18%97.65%-
XYZ56.1147.3528.74-
YUV184.2399.65174.2-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.77%
GREEN value IS 161 (63.28% from 255) = 29.60%
BLUE value IS 134 (52.73% from 255) = 24.63%
R=45.77%
G=29.60%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916113400.350.460.0214.0990.5575.1
HexF9A1860232E2e5b4b
Octal37124120604356216133113
Binary111110011010000110000110010001110111010111010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A186; }

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

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

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

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

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

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

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

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