Html Css Color HEX #F68767 Salmon

📋 copy color: '#F68767'

red 246 ◦ green 135 ◦ blue 103

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

Shades of Salmon #F68767

Tints of Salmon #F68767

RGB

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

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

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

R = 50.83%
G = 27.89%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F68767 (or 0xF68767) is known color: Salmon. HEX triplet: F6, 87 and 67. RGB value is (246,135,103). Sum of RGB (Red+Green+Blue) = 246+135+103=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F68767 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68767 is #097898. Grayscale: #A4A4A4. Windows color (decimal): -620697 or 6785014. OLE color: 6785014.

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

Color convert

RGB 246 135 103 -
CMYK 0 0.45 0.58 0.04
HSL 13.43º 0.89% 0.68% -
HSV(B) 13.43º 0.58% 0.96% -
XYZ 49.12 37.9 17.56 -
YUV 164.54 93.27 186.1 -
System Red Green Blue C M Y K H S L
Decimal 246 135 103 0 0.45 0.58 0.04 13.43 0.89 0.68
Hex F6 87 67 0 2D 3A 4 D 59 44
Octal 366 207 147 0 55 72 4 15 131 104
Binary 11110110 10000111 1100111 0 101101 111010 100 1101 1011001 1000100

Color Harmonies of #F68767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68767

Black with #F68767

Text Example


Text Example

White with #F68767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68767; }

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

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

background-color css

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

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

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

border-color css

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

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

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