Html Css Color HEX #F8746E Salmon

📋 copy color: '#F8746E'

red 248 ◦ green 116 ◦ blue 110

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

Shades of Salmon #F8746E

Tints of Salmon #F8746E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.21%

R = 52.32%
G = 24.47%
B = 23.21%

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

#F8746E (or 0xF8746E) is known color: Salmon. HEX triplet: F8, 74 and 6E. RGB value is (248,116,110). Sum of RGB (Red+Green+Blue) = 248+116+110=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F8746E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8746E is #078B91. Grayscale: #9A9A9A. Windows color (decimal): -494482 or 7238904. OLE color: 7238904.

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

Color convert

RGB 248 116 110 -
CMYK 0 0.53 0.56 0.03
HSL 2.61º 0.91% 0.7% -
HSV(B) 2.61º 0.56% 0.97% -
XYZ 47.77 33.57 18.71 -
YUV 154.78 102.73 194.49 -
System Red Green Blue C M Y K H S L
Decimal 248 116 110 0 0.53 0.56 0.03 2.61 0.91 0.7
Hex F8 74 6E 0 35 38 3 3 5B 46
Octal 370 164 156 0 65 70 3 3 133 106
Binary 11111000 1110100 1101110 0 110101 111000 11 11 1011011 1000110

Color Harmonies of #F8746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8746E

Black with #F8746E

Text Example


Text Example

White with #F8746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8746E; }

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

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

background-color css

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

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

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

border-color css

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

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

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