Html Css Color HEX #F68267 Salmon

📋 copy color: '#F68267'

red 246 ◦ green 130 ◦ blue 103

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

Shades of Salmon #F68267

Tints of Salmon #F68267

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.14%

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

R = 51.36%
G = 27.14%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F68267 (or 0xF68267) is known color: Salmon. HEX triplet: F6, 82 and 67. RGB value is (246,130,103). Sum of RGB (Red+Green+Blue) = 246+130+103=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F68267 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68267 is #097D98. Grayscale: #A1A1A1. Windows color (decimal): -621977 or 6783734. OLE color: 6783734.

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

Color convert

RGB 246 130 103 -
CMYK 0 0.47 0.58 0.04
HSL 11.33º 0.89% 0.68% -
HSV(B) 11.33º 0.58% 0.96% -
XYZ 48.44 36.54 17.33 -
YUV 161.61 94.93 188.2 -
System Red Green Blue C M Y K H S L
Decimal 246 130 103 0 0.47 0.58 0.04 11.33 0.89 0.68
Hex F6 82 67 0 2F 3A 4 B 59 44
Octal 366 202 147 0 57 72 4 13 131 104
Binary 11110110 10000010 1100111 0 101111 111010 100 1011 1011001 1000100

Color Harmonies of #F68267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68267

Black with #F68267

Text Example


Text Example

White with #F68267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68267; }

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

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

background-color css

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

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

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

border-color css

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

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

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