Html Css Color HEX #F68867 Salmon

📋 copy color: '#F68867'

red 246 ◦ green 136 ◦ blue 103

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

Shades of Salmon #F68867

Tints of Salmon #F68867

RGB

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

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

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

R = 50.72%
G = 28.04%
B = 21.24%

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

#F68867 (or 0xF68867) is known color: Salmon. HEX triplet: F6, 88 and 67. RGB value is (246,136,103). Sum of RGB (Red+Green+Blue) = 246+136+103=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F68867 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68867 is #097798. Grayscale: #A5A5A5. Windows color (decimal): -620441 or 6785270. OLE color: 6785270.

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

Color convert

RGB 246 136 103 -
CMYK 0 0.45 0.58 0.04
HSL 13.85º 0.89% 0.68% -
HSV(B) 13.85º 0.58% 0.96% -
XYZ 49.26 38.18 17.61 -
YUV 165.13 92.94 185.68 -
System Red Green Blue C M Y K H S L
Decimal 246 136 103 0 0.45 0.58 0.04 13.85 0.89 0.68
Hex F6 88 67 0 2D 3A 4 E 59 44
Octal 366 210 147 0 55 72 4 16 131 104
Binary 11110110 10001000 1100111 0 101101 111010 100 1110 1011001 1000100

Color Harmonies of #F68867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68867

Black with #F68867

Text Example


Text Example

White with #F68867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68867; }

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

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

background-color css

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

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

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

border-color css

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

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

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