Html Css Color HEX #F8746F Salmon

📋 copy color: '#F8746F'

red 248 ◦ green 116 ◦ blue 111

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

Shades of Salmon #F8746F

Tints of Salmon #F8746F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.37%

R = 52.21%
G = 24.42%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F8746F (or 0xF8746F) is known color: Salmon. HEX triplet: F8, 74 and 6F. RGB value is (248,116,111). Sum of RGB (Red+Green+Blue) = 248+116+111=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F8746F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8746F is #078B90. Grayscale: #9B9B9B. Windows color (decimal): -494481 or 7304440. OLE color: 7304440.

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

Color convert

RGB 248 116 111 -
CMYK 0 0.53 0.55 0.03
HSL 2.19º 0.91% 0.7% -
HSV(B) 2.19º 0.55% 0.97% -
XYZ 47.83 33.59 19 -
YUV 154.9 103.23 194.41 -
System Red Green Blue C M Y K H S L
Decimal 248 116 111 0 0.53 0.55 0.03 2.19 0.91 0.7
Hex F8 74 6F 0 35 37 3 2 5B 46
Octal 370 164 157 0 65 67 3 2 133 106
Binary 11111000 1110100 1101111 0 110101 110111 11 10 1011011 1000110

Color Harmonies of #F8746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8746F

Black with #F8746F

Text Example


Text Example

White with #F8746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8746F; }

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

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

background-color css

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

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

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

border-color css

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

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

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