Html Css Color HEX #F6876F Salmon

📋 copy color: '#F6876F'

red 246 ◦ green 135 ◦ blue 111

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

Shades of Salmon #F6876F

Tints of Salmon #F6876F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.44%

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

R = 50%
G = 27.44%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F6876F (or 0xF6876F) is known color: Salmon. HEX triplet: F6, 87 and 6F. RGB value is (246,135,111). Sum of RGB (Red+Green+Blue) = 246+135+111=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F6876F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6876F is #097890. Grayscale: #A5A5A5. Windows color (decimal): -620689 or 7309302. OLE color: 7309302.

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

Color convert

RGB 246 135 111 -
CMYK 0 0.45 0.55 0.04
HSL 10.67º 0.88% 0.7% -
HSV(B) 10.67º 0.55% 0.96% -
XYZ 49.54 38.07 19.78 -
YUV 165.45 97.27 185.45 -
System Red Green Blue C M Y K H S L
Decimal 246 135 111 0 0.45 0.55 0.04 10.67 0.88 0.7
Hex F6 87 6F 0 2D 37 4 B 58 46
Octal 366 207 157 0 55 67 4 13 130 106
Binary 11110110 10000111 1101111 0 101101 110111 100 1011 1011000 1000110

Color Harmonies of #F6876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6876F

Black with #F6876F

Text Example


Text Example

White with #F6876F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6876F; }

 p { color: rgb(246,135,111); }

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

background-color css

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

 a { background-color: rgb(246,135,111); }

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

border-color css

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

 span { border-color: rgb(246,135,111); }

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