Html Css Color HEX #F87E6C Salmon

📋 copy color: '#F87E6C'

red 248 ◦ green 126 ◦ blue 108

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

Shades of Salmon #F87E6C

Tints of Salmon #F87E6C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.14%

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

R = 51.45%
G = 26.14%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F87E6C (or 0xF87E6C) is known color: Salmon. HEX triplet: F8, 7E and 6C. RGB value is (248,126,108). Sum of RGB (Red+Green+Blue) = 248+126+108=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F87E6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87E6C is #078193. Grayscale: #A0A0A0. Windows color (decimal): -491924 or 7110392. OLE color: 7110392.

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

Color convert

RGB 248 126 108 -
CMYK 0 0.49 0.56 0.03
HSL 7.71º 0.91% 0.7% -
HSV(B) 7.71º 0.56% 0.97% -
XYZ 48.88 35.96 18.55 -
YUV 160.43 98.42 190.46 -
System Red Green Blue C M Y K H S L
Decimal 248 126 108 0 0.49 0.56 0.03 7.71 0.91 0.7
Hex F8 7E 6C 0 31 38 3 8 5B 46
Octal 370 176 154 0 61 70 3 10 133 106
Binary 11111000 1111110 1101100 0 110001 111000 11 1000 1011011 1000110

Color Harmonies of #F87E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87E6C

Black with #F87E6C

Text Example


Text Example

White with #F87E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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