#FBA58A

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

Shades of Vivid Tangerine #FBA58A

Tints of Vivid Tangerine #FBA58A

Color information

#FBA58A (or 0xFBA58A) is unknown color: approx Vivid Tangerine. HEX triplet: FB, A5 and 8A. RGB value is (251,165,138). Sum of RGB (Red+Green+Blue) = 251+165+138=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA58A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA58A is #045A75. Grayscale: #BBBBBB. Windows color (decimal): -285302 or 9086459. OLE color: 9086459.

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

Color convert

RGB251165138-
CMYK00.340.450.02
HSL14.34º93.39%76.27%-
HSV(B)14.34º45.02%98.43%-
XYZ57.8349.2530.5-
YUV187.6499.99173.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.31%
GREEN value IS 165 (64.84% from 255) = 29.78%
BLUE value IS 138 (54.30% from 255) = 24.91%
R=45.31%
G=29.78%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116513800.340.450.0214.3493.3976.27
HexFBA58A0222D2e5d4c
Octal37324521204255216135114
Binary111110111010010110001010010001010110110111010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA58A; }

 p { color: rgb(251,165,138); }

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

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

 a { background-color: rgb(251,165,138); }

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

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

 span { border-color: rgb(251,165,138); }

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