Html Css Color HEX #F68466 Salmon

📋 copy color: '#F68466'

red 246 ◦ green 132 ◦ blue 102

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

Shades of Salmon #F68466

Tints of Salmon #F68466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.5%

 BLUE value IS 102 (40.23% from 255) = 21.25%

R = 51.25%
G = 27.5%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F68466 (or 0xF68466) is known color: Salmon. HEX triplet: F6, 84 and 66. RGB value is (246,132,102). Sum of RGB (Red+Green+Blue) = 246+132+102=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F68466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68466 is #097B99. Grayscale: #A2A2A2. Windows color (decimal): -621466 or 6718710. OLE color: 6718710.

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

Color convert

RGB 246 132 102 -
CMYK 0 0.46 0.59 0.04
HSL 12.5º 0.89% 0.68% -
HSV(B) 12.5º 0.59% 0.96% -
XYZ 48.66 37.05 17.16 -
YUV 162.67 93.77 187.44 -
System Red Green Blue C M Y K H S L
Decimal 246 132 102 0 0.46 0.59 0.04 12.5 0.89 0.68
Hex F6 84 66 0 2E 3B 4 C 59 44
Octal 366 204 146 0 56 73 4 14 131 104
Binary 11110110 10000100 1100110 0 101110 111011 100 1100 1011001 1000100

Color Harmonies of #F68466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68466

Black with #F68466

Text Example


Text Example

White with #F68466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68466; }

 p { color: rgb(246,132,102); }

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

background-color css

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

 a { background-color: rgb(246,132,102); }

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

border-color css

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

 span { border-color: rgb(246,132,102); }

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