#FBA784

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

Shades of Light Salmon #FBA784

Tints of Light Salmon #FBA784

Color information

#FBA784 (or 0xFBA784) is unknown color: approx Light Salmon. HEX triplet: FB, A7 and 84. RGB value is (251,167,132). Sum of RGB (Red+Green+Blue) = 251+167+132=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 132 (51.95% from 255 or 24% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA784 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA784 is #04587B. Grayscale: #BCBCBC. Windows color (decimal): -284796 or 8693755. OLE color: 8693755.

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

Color convert

RGB251167132-
CMYK00.330.470.02
HSL17.65º93.7%75.1%-
HSV(B)17.65º47.41%98.43%-
XYZ57.7749.8128.4-
YUV188.1396.33172.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.64%
GREEN value IS 167 (65.62% from 255) = 30.36%
BLUE value IS 132 (51.95% from 255) = 24%
R=45.64%
G=30.36%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116713200.330.470.0217.6593.775.1
HexFBA7840212F2125e4b
Octal37324720404157222136113
Binary1111101110100111100001000100001101111101001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA784; }

 p { color: rgb(251,167,132); }

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

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

 a { background-color: rgb(251,167,132); }

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

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

 span { border-color: rgb(251,167,132); }

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