#F8A78A

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

Shades of Light Salmon #F8A78A

Tints of Light Salmon #F8A78A

Color information

#F8A78A (or 0xF8A78A) is unknown color: approx Light Salmon. HEX triplet: F8, A7 and 8A. RGB value is (248,167,138). Sum of RGB (Red+Green+Blue) = 248+167+138=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A78A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A78A is #075875. Grayscale: #BCBCBC. Windows color (decimal): -481398 or 9086968. OLE color: 9086968.

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

Color convert

RGB248167138-
CMYK00.330.440.03
HSL15.82º88.71%75.69%-
HSV(B)15.82º44.35%97.25%-
XYZ57.1249.4330.58-
YUV187.9199.84170.86-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.85%
GREEN value IS 167 (65.62% from 255) = 30.20%
BLUE value IS 138 (54.30% from 255) = 24.95%
R=44.85%
G=30.20%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816713800.330.440.0315.8288.7175.69
HexF8A78A0212C310594c
Octal37024721204154320131114
Binary1111100010100111100010100100001101100111000010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A78A; }

 p { color: rgb(248,167,138); }

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

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

 a { background-color: rgb(248,167,138); }

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

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

 span { border-color: rgb(248,167,138); }

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