Html Css Color HEX #F68269 Salmon

📋 copy color: '#F68269'

red 246 ◦ green 130 ◦ blue 105

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

Shades of Salmon #F68269

Tints of Salmon #F68269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.83%

R = 51.14%
G = 27.03%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F68269 (or 0xF68269) is known color: Salmon. HEX triplet: F6, 82 and 69. RGB value is (246,130,105). Sum of RGB (Red+Green+Blue) = 246+130+105=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F68269 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68269 is #097D96. Grayscale: #A2A2A2. Windows color (decimal): -621975 or 6914806. OLE color: 6914806.

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

Color convert

RGB 246 130 105 -
CMYK 0 0.47 0.57 0.04
HSL 10.64º 0.89% 0.69% -
HSV(B) 10.64º 0.57% 0.96% -
XYZ 48.54 36.58 17.87 -
YUV 161.83 95.93 188.03 -
System Red Green Blue C M Y K H S L
Decimal 246 130 105 0 0.47 0.57 0.04 10.64 0.89 0.69
Hex F6 82 69 0 2F 39 4 B 59 45
Octal 366 202 151 0 57 71 4 13 131 105
Binary 11110110 10000010 1101001 0 101111 111001 100 1011 1011001 1000101

Color Harmonies of #F68269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68269

Black with #F68269

Text Example


Text Example

White with #F68269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68269; }

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

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

background-color css

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

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

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

border-color css

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

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

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