Html Css Color HEX #F87C6B Salmon

📋 copy color: '#F87C6B'

red 248 ◦ green 124 ◦ blue 107

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

Shades of Salmon #F87C6B

Tints of Salmon #F87C6B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.89%

 BLUE value IS 107 (42.19% from 255) = 22.34%

R = 51.77%
G = 25.89%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F87C6B (or 0xF87C6B) is known color: Salmon. HEX triplet: F8, 7C and 6B. RGB value is (248,124,107). Sum of RGB (Red+Green+Blue) = 248+124+107=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87C6B is #078394. Grayscale: #9F9F9F. Windows color (decimal): -492437 or 7044344. OLE color: 7044344.

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

Color convert

RGB 248 124 107 -
CMYK 0 0.5 0.57 0.03
HSL 7.23º 0.91% 0.7% -
HSV(B) 7.23º 0.57% 0.97% -
XYZ 48.57 35.43 18.19 -
YUV 159.14 98.58 191.38 -
System Red Green Blue C M Y K H S L
Decimal 248 124 107 0 0.5 0.57 0.03 7.23 0.91 0.7
Hex F8 7C 6B 0 32 39 3 7 5B 46
Octal 370 174 153 0 62 71 3 7 133 106
Binary 11111000 1111100 1101011 0 110010 111001 11 111 1011011 1000110

Color Harmonies of #F87C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87C6B

Black with #F87C6B

Text Example


Text Example

White with #F87C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87C6B; }

 p { color: rgb(248,124,107); }

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

background-color css

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

 a { background-color: rgb(248,124,107); }

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

border-color css

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

 span { border-color: rgb(248,124,107); }

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