#f8a17b

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

Shades of Light Salmon #F8A17B

Tints of Light Salmon #F8A17B

Color information

#F8A17B (or 0xF8A17B) is unknown color: approx Light Salmon. HEX triplet: F8, A1 and 7B. RGB value is (248,161,123). Sum of RGB (Red+Green+Blue) = 248+161+123=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A17B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A17B is #075E84. Grayscale: #B6B6B6. Windows color (decimal): -482949 or 8102392. OLE color: 8102392.

HSL color Cylindrical-coordinate representation of color #F8A17B: hue angle of 18.24º 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 #F8A17B is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB248161123-
CMYK00.350.500.03
HSL18.24º89.93%72.75%-
HSV(B)18.24º50.4%97.25%-
XYZ55.0346.8824.89-
YUV182.6894.32174.59-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.62%
GREEN value IS 161 (63.28% from 255) = 30.26%
BLUE value IS 123 (48.44% from 255) = 23.12%
R=46.62%
G=30.26%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816112300.350.500.0318.2489.9372.75
HexF8A17B023323125a49
Octal37024117304362322132111
Binary111110001010000111110110100011110010111001010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8a17b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8a17b; }

 p { color: rgb(248,161,123); }

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

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

 a { background-color: rgb(248,161,123); }

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

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

 span { border-color: rgb(248,161,123); }

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