#F87D67

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

Shades of Salmon #F87D67

Tints of Salmon #F87D67

Color information

#F87D67 (or 0xF87D67) is unknown color: approx Salmon. HEX triplet: F8, 7D and 67. RGB value is (248,125,103). Sum of RGB (Red+Green+Blue) = 248+125+103=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87D67 is #078298. Grayscale: #9F9F9F. Windows color (decimal): -492185 or 6782456. OLE color: 6782456.

HSL color Cylindrical-coordinate representation of color #F87D67: hue angle of 9.1º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F87D67 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB248125103-
CMYK00.500.580.03
HSL9.1º91.19%68.82%-
HSV(B)9.1º58.47%97.25%-
XYZ48.4935.617.15-
YUV159.2796.25191.29-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.10%
GREEN value IS 125 (49.22% from 255) = 26.26%
BLUE value IS 103 (40.62% from 255) = 21.64%
R=52.10%
G=26.26%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812510300.500.580.039.191.1968.82
HexF87D670323A395b45
Octal37017514706272311133105
Binary1111100011111011100111011001011101011100110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87D67; }

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

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

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

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

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

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

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

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