Html Css Color HEX #F8746C Salmon

📋 copy color: '#F8746C'

red 248 ◦ green 116 ◦ blue 108

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

Shades of Salmon #F8746C

Tints of Salmon #F8746C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.58%

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

R = 52.54%
G = 24.58%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8746C (or 0xF8746C) is known color: Salmon. HEX triplet: F8, 74 and 6C. RGB value is (248,116,108). Sum of RGB (Red+Green+Blue) = 248+116+108=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F8746C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8746C is #078B93. Grayscale: #9A9A9A. Windows color (decimal): -494484 or 7107832. OLE color: 7107832.

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

Color convert

RGB 248 116 108 -
CMYK 0 0.53 0.56 0.03
HSL 3.43º 0.91% 0.7% -
HSV(B) 3.43º 0.56% 0.97% -
XYZ 47.66 33.53 18.15 -
YUV 154.56 101.73 194.65 -
System Red Green Blue C M Y K H S L
Decimal 248 116 108 0 0.53 0.56 0.03 3.43 0.91 0.7
Hex F8 74 6C 0 35 38 3 3 5B 46
Octal 370 164 154 0 65 70 3 3 133 106
Binary 11111000 1110100 1101100 0 110101 111000 11 11 1011011 1000110

Color Harmonies of #F8746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8746C

Black with #F8746C

Text Example


Text Example

White with #F8746C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8746C; }

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

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

background-color css

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

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

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

border-color css

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

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

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