Html Css Color HEX #F87D6C Salmon

📋 copy color: '#F87D6C'

red 248 ◦ green 125 ◦ blue 108

#F87D6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salmon #F87D6C

Tints of Salmon #F87D6C

RGB

 RED value IS 248 (97.27% from 255) = 51.56%

 GREEN value IS 125 (49.22% from 255) = 25.99%

 BLUE value IS 108 (42.58% from 255) = 22.45%

R = 51.56%
G = 25.99%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F87D6C (or 0xF87D6C) is known color: Salmon. HEX triplet: F8, 7D and 6C. RGB value is (248,125,108). Sum of RGB (Red+Green+Blue) = 248+125+108=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87D6C is #078293. Grayscale: #A0A0A0. Windows color (decimal): -492180 or 7110136. OLE color: 7110136.

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

Color convert

RGB 248 125 108 -
CMYK 0 0.50 0.56 0.03
HSL 7.29º 0.91% 0.7% -
HSV(B) 7.29º 0.56% 0.97% -
XYZ 48.75 35.71 18.51 -
YUV 159.84 98.75 190.88 -
System Red Green Blue C M Y K H S L
Decimal 248 125 108 0 0.50 0.56 0.03 7.29 0.91 0.7
Hex F8 7D 6C 0 32 38 3 7 5B 46
Octal 370 175 154 0 62 70 3 7 133 106
Binary 11111000 1111101 1101100 0 110010 111000 11 111 1011011 1000110

Color Harmonies of #F87D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87D6C

Black with #F87D6C

Text Example


Text Example

White with #F87D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87D6C; }

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

 H1.HeaderClassName
 {
   color: #F87D6C;
 }
 .AnyTagClassName
 {
   color: #F87D6C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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