Html Css Color HEX #F68876 Salmon

📋 copy color: '#F68876'

red 246 ◦ green 136 ◦ blue 118

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

Shades of Salmon #F68876

Tints of Salmon #F68876

RGB

 RED value IS 246 (96.48% from 255) = 49.2%

 GREEN value IS 136 (53.52% from 255) = 27.2%

 BLUE value IS 118 (46.48% from 255) = 23.6%

R = 49.2%
G = 27.2%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F68876 (or 0xF68876) is known color: Salmon. HEX triplet: F6, 88 and 76. RGB value is (246,136,118). Sum of RGB (Red+Green+Blue) = 246+136+118=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F68876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68876 is #097789. Grayscale: #A7A7A7. Windows color (decimal): -620426 or 7768310. OLE color: 7768310.

HSL color Cylindrical-coordinate representation of color #F68876: hue angle of 8.44º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F68876 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 136 118 -
CMYK 0 0.45 0.52 0.04
HSL 8.44º 0.88% 0.71% -
HSV(B) 8.44º 0.52% 0.96% -
XYZ 50.08 38.51 21.93 -
YUV 166.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 246 136 118 0 0.45 0.52 0.04 8.44 0.88 0.71
Hex F6 88 76 0 2D 34 4 8 58 47
Octal 366 210 166 0 55 64 4 10 130 107
Binary 11110110 10001000 1110110 0 101101 110100 100 1000 1011000 1000111

Color Harmonies of #F68876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68876

Black with #F68876

Text Example


Text Example

White with #F68876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68876; }

 p { color: rgb(246,136,118); }

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

background-color css

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

 a { background-color: rgb(246,136,118); }

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

border-color css

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

 span { border-color: rgb(246,136,118); }

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