#F9A088

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

Shades of Vivid Tangerine #F9A088

Tints of Vivid Tangerine #F9A088

Color information

#F9A088 (or 0xF9A088) is unknown color: approx Vivid Tangerine. HEX triplet: F9, A0 and 88. RGB value is (249,160,136). Sum of RGB (Red+Green+Blue) = 249+160+136=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 136 (53.52% from 255 or 24.95% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A088 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A088 is #065F77. Grayscale: #B8B8B8. Windows color (decimal): -417656 or 8954105. OLE color: 8954105.

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

Color convert

RGB249160136-
CMYK00.360.450.02
HSL12.74º90.4%75.49%-
HSV(B)12.74º45.38%97.65%-
XYZ56.0847.0629.42-
YUV183.87100.99174.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.69%
GREEN value IS 160 (62.89% from 255) = 29.36%
BLUE value IS 136 (53.52% from 255) = 24.95%
R=45.69%
G=29.36%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916013600.360.450.0212.7490.475.49
HexF9A0880242D2d5a4b
Octal37124021004455215132113
Binary111110011010000010001000010010010110110110110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A088; }

 p { color: rgb(249,160,136); }

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

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

 a { background-color: rgb(249,160,136); }

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

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

 span { border-color: rgb(249,160,136); }

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