#FBA485

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

Shades of Light Salmon #FBA485

Tints of Light Salmon #FBA485

Color information

#FBA485 (or 0xFBA485) is unknown color: approx Light Salmon. HEX triplet: FB, A4 and 85. RGB value is (251,164,133). Sum of RGB (Red+Green+Blue) = 251+164+133=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA485 is #045B7A. Grayscale: #BABABA. Windows color (decimal): -285563 or 8758523. OLE color: 8758523.

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

Color convert

RGB251164133-
CMYK00.350.470.02
HSL15.76º93.65%75.29%-
HSV(B)15.76º47.01%98.43%-
XYZ57.2948.7528.58-
YUV186.4897.82174.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.80%
GREEN value IS 164 (64.45% from 255) = 29.93%
BLUE value IS 133 (52.34% from 255) = 24.27%
R=45.80%
G=29.93%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116413300.350.470.0215.7693.6575.29
HexFBA4850232F2105e4b
Octal37324420504357220136113
Binary1111101110100100100001010100011101111101000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA485; }

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

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

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

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

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

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

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

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