#FBA078

Color #FBA078 Light Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Salmon #FBA078

Tints of Light Salmon #FBA078

Color information

#FBA078 (or 0xFBA078) is unknown color: approx Light Salmon. HEX triplet: FB, A0 and 78. RGB value is (251,160,120). Sum of RGB (Red+Green+Blue) = 251+160+120=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 120 (47.27% from 255 or 22.60% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA078 is #045F87. Grayscale: #B6B6B6. Windows color (decimal): -286600 or 7905531. OLE color: 7905531.

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

Color convert

RGB251160120-
CMYK00.360.520.02
HSL18.32º94.24%72.75%-
HSV(B)18.32º52.19%98.43%-
XYZ55.7447.0123.9-
YUV182.6592.65176.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.27%
GREEN value IS 160 (62.89% from 255) = 30.13%
BLUE value IS 120 (47.27% from 255) = 22.60%
R=47.27%
G=30.13%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116012000.360.520.0218.3294.2472.75
HexFBA078024342125e49
Octal37324017004464222136111
Binary111110111010000011110000100100110100101001010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA078; }

 p { color: rgb(251,160,120); }

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

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

 a { background-color: rgb(251,160,120); }

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

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

 span { border-color: rgb(251,160,120); }

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