#F8A883

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

Shades of Light Salmon #F8A883

Tints of Light Salmon #F8A883

Color information

#F8A883 (or 0xF8A883) is unknown color: approx Light Salmon. HEX triplet: F8, A8 and 83. RGB value is (248,168,131). Sum of RGB (Red+Green+Blue) = 248+168+131=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A883 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A883 is #07577C. Grayscale: #BBBBBB. Windows color (decimal): -481149 or 8628472. OLE color: 8628472.

HSL color Cylindrical-coordinate representation of color #F8A883: hue angle of 18.97º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F8A883 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB248168131-
CMYK00.320.470.03
HSL18.97º89.31%74.31%-
HSV(B)18.97º47.18%97.25%-
XYZ56.8149.628.05-
YUV187.796171.01-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.34%
GREEN value IS 168 (66.02% from 255) = 30.71%
BLUE value IS 131 (51.56% from 255) = 23.95%
R=45.34%
G=30.71%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816813100.320.470.0318.9789.3174.31
HexF8A8830202F313594a
Octal37025020304057323131112
Binary1111100010101000100000110100000101111111001110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A883; }

 p { color: rgb(248,168,131); }

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

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

 a { background-color: rgb(248,168,131); }

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

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

 span { border-color: rgb(248,168,131); }

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