#F8A57D

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

Shades of Light Salmon #F8A57D

Tints of Light Salmon #F8A57D

Color information

#F8A57D (or 0xF8A57D) is unknown color: approx Light Salmon. HEX triplet: F8, A5 and 7D. RGB value is (248,165,125). Sum of RGB (Red+Green+Blue) = 248+165+125=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A57D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A57D is #075A82. Grayscale: #B9B9B9. Windows color (decimal): -481923 or 8234488. OLE color: 8234488.

HSL color Cylindrical-coordinate representation of color #F8A57D: hue angle of 19.51º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8A57D is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB248165125-
CMYK00.330.500.03
HSL19.51º89.78%73.14%-
HSV(B)19.51º49.6%97.25%-
XYZ55.8748.3525.79-
YUV185.2694172.75-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.10%
GREEN value IS 165 (64.84% from 255) = 30.67%
BLUE value IS 125 (49.22% from 255) = 23.23%
R=46.10%
G=30.67%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816512500.330.500.0319.5189.7873.14
HexF8A57D021323145a49
Octal37024517504162324132111
Binary111110001010010111111010100001110010111010010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A57D; }

 p { color: rgb(248,165,125); }

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

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

 a { background-color: rgb(248,165,125); }

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

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

 span { border-color: rgb(248,165,125); }

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