Html Css Color HEX #F68667 Salmon

📋 copy color: '#F68667'

red 246 ◦ green 134 ◦ blue 103

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

Shades of Salmon #F68667

Tints of Salmon #F68667

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.74%

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

R = 50.93%
G = 27.74%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F68667 (or 0xF68667) is known color: Salmon. HEX triplet: F6, 86 and 67. RGB value is (246,134,103). Sum of RGB (Red+Green+Blue) = 246+134+103=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F68667 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68667 is #097998. Grayscale: #A4A4A4. Windows color (decimal): -620953 or 6784758. OLE color: 6784758.

HSL color Cylindrical-coordinate representation of color #F68667: hue angle of 13.01º 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 #F68667 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 134 103 -
CMYK 0 0.46 0.58 0.04
HSL 13.01º 0.89% 0.68% -
HSV(B) 13.01º 0.58% 0.96% -
XYZ 48.98 37.62 17.51 -
YUV 163.95 93.61 186.52 -
System Red Green Blue C M Y K H S L
Decimal 246 134 103 0 0.46 0.58 0.04 13.01 0.89 0.68
Hex F6 86 67 0 2E 3A 4 D 59 44
Octal 366 206 147 0 56 72 4 15 131 104
Binary 11110110 10000110 1100111 0 101110 111010 100 1101 1011001 1000100

Color Harmonies of #F68667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68667

Black with #F68667

Text Example


Text Example

White with #F68667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68667; }

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

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

background-color css

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

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

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

border-color css

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

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

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