#FBA188

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

Shades of Vivid Tangerine #FBA188

Tints of Vivid Tangerine #FBA188

Color information

#FBA188 (or 0xFBA188) is unknown color: approx Vivid Tangerine. HEX triplet: FB, A1 and 88. RGB value is (251,161,136). Sum of RGB (Red+Green+Blue) = 251+161+136=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 136 (53.52% from 255 or 24.82% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA188 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA188 is #045E77. Grayscale: #B9B9B9. Windows color (decimal): -286328 or 8954363. OLE color: 8954363.

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

Color convert

RGB251161136-
CMYK00.360.460.02
HSL13.04º93.5%75.88%-
HSV(B)13.04º45.82%98.43%-
XYZ56.9747.7829.51-
YUV185.06100.32175.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.80%
GREEN value IS 161 (63.28% from 255) = 29.38%
BLUE value IS 136 (53.52% from 255) = 24.82%
R=45.80%
G=29.38%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116113600.360.460.0213.0493.575.88
HexFBA1880242E2d5d4c
Octal37324121004456215135114
Binary111110111010000110001000010010010111010110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA188; }

 p { color: rgb(251,161,136); }

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

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

 a { background-color: rgb(251,161,136); }

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

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

 span { border-color: rgb(251,161,136); }

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