Html Css Color HEX #F68769 Salmon

📋 copy color: '#F68769'

red 246 ◦ green 135 ◦ blue 105

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

Shades of Salmon #F68769

Tints of Salmon #F68769

RGB

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

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

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

R = 50.62%
G = 27.78%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F68769 (or 0xF68769) is known color: Salmon. HEX triplet: F6, 87 and 69. RGB value is (246,135,105). Sum of RGB (Red+Green+Blue) = 246+135+105=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F68769 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68769 is #097896. Grayscale: #A5A5A5. Windows color (decimal): -620695 or 6916086. OLE color: 6916086.

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

Color convert

RGB 246 135 105 -
CMYK 0 0.45 0.57 0.04
HSL 12.77º 0.89% 0.69% -
HSV(B) 12.77º 0.57% 0.96% -
XYZ 49.22 37.94 18.09 -
YUV 164.77 94.27 185.94 -
System Red Green Blue C M Y K H S L
Decimal 246 135 105 0 0.45 0.57 0.04 12.77 0.89 0.69
Hex F6 87 69 0 2D 39 4 D 59 45
Octal 366 207 151 0 55 71 4 15 131 105
Binary 11110110 10000111 1101001 0 101101 111001 100 1101 1011001 1000101

Color Harmonies of #F68769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68769

Black with #F68769

Text Example


Text Example

White with #F68769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68769; }

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

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

background-color css

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

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

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

border-color css

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

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

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