#FCA581

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

Shades of Light Salmon #FCA581

Tints of Light Salmon #FCA581

Color information

#FCA581 (or 0xFCA581) is unknown color: approx Light Salmon. HEX triplet: FC, A5 and 81. RGB value is (252,165,129). Sum of RGB (Red+Green+Blue) = 252+165+129=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 129 (50.78% from 255 or 23.63% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA581 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA581 is #035A7E. Grayscale: #BBBBBB. Windows color (decimal): -219775 or 8496636. OLE color: 8496636.

HSL color Cylindrical-coordinate representation of color #FCA581: hue angle of 17.56º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCA581 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB252165129-
CMYK00.350.490.01
HSL17.56º95.35%74.71%-
HSV(B)17.56º48.81%98.82%-
XYZ57.5649.1927.23-
YUV186.9195.32174.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.15%
GREEN value IS 165 (64.84% from 255) = 30.22%
BLUE value IS 129 (50.78% from 255) = 23.63%
R=46.15%
G=30.22%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216512900.350.490.0117.5695.3574.71
HexFCA581023311125f4b
Octal37424520104361122137113
Binary111111001010010110000001010001111000111001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA581; }

 p { color: rgb(252,165,129); }

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

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

 a { background-color: rgb(252,165,129); }

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

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

 span { border-color: rgb(252,165,129); }

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