Html Css Color HEX #F68967 Salmon

📋 copy color: '#F68967'

red 246 ◦ green 137 ◦ blue 103

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

Shades of Salmon #F68967

Tints of Salmon #F68967

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.19%

 BLUE value IS 103 (40.63% from 255) = 21.19%

R = 50.62%
G = 28.19%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F68967 (or 0xF68967) is known color: Salmon. HEX triplet: F6, 89 and 67. RGB value is (246,137,103). Sum of RGB (Red+Green+Blue) = 246+137+103=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F68967 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68967 is #097698. Grayscale: #A5A5A5. Windows color (decimal): -620185 or 6785526. OLE color: 6785526.

HSL color Cylindrical-coordinate representation of color #F68967: hue angle of 14.27º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F68967 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 137 103 -
CMYK 0 0.44 0.58 0.04
HSL 14.27º 0.89% 0.68% -
HSV(B) 14.27º 0.58% 0.96% -
XYZ 49.4 38.46 17.65 -
YUV 165.72 92.61 185.26 -
System Red Green Blue C M Y K H S L
Decimal 246 137 103 0 0.44 0.58 0.04 14.27 0.89 0.68
Hex F6 89 67 0 2C 3A 4 E 59 44
Octal 366 211 147 0 54 72 4 16 131 104
Binary 11110110 10001001 1100111 0 101100 111010 100 1110 1011001 1000100

Color Harmonies of #F68967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68967

Black with #F68967

Text Example


Text Example

White with #F68967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68967; }

 p { color: rgb(246,137,103); }

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

background-color css

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

 a { background-color: rgb(246,137,103); }

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

border-color css

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

 span { border-color: rgb(246,137,103); }

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