#FBA489

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

Shades of Vivid Tangerine #FBA489

Tints of Vivid Tangerine #FBA489

Color information

#FBA489 (or 0xFBA489) is unknown color: approx Vivid Tangerine. HEX triplet: FB, A4 and 89. RGB value is (251,164,137). Sum of RGB (Red+Green+Blue) = 251+164+137=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 137 (53.91% from 255 or 24.82% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA489 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA489 is #045B76. Grayscale: #BBBBBB. Windows color (decimal): -285559 or 9020667. OLE color: 9020667.

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

Color convert

RGB251164137-
CMYK00.350.450.02
HSL14.21º93.44%76.08%-
HSV(B)14.21º45.42%98.43%-
XYZ57.5748.8730.06-
YUV186.9499.82173.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.47%
GREEN value IS 164 (64.45% from 255) = 29.71%
BLUE value IS 137 (53.91% from 255) = 24.82%
R=45.47%
G=29.71%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116413700.350.450.0214.2193.4476.08
HexFBA4890232D2e5d4c
Octal37324421104355216135114
Binary111110111010010010001001010001110110110111010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA489; }

 p { color: rgb(251,164,137); }

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

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

 a { background-color: rgb(251,164,137); }

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

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

 span { border-color: rgb(251,164,137); }

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