Html Css Color HEX #F68765 Salmon

📋 copy color: '#F68765'

red 246 ◦ green 135 ◦ blue 101

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

Shades of Salmon #F68765

Tints of Salmon #F68765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.95%

R = 51.04%
G = 28.01%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F68765 (or 0xF68765) is known color: Salmon. HEX triplet: F6, 87 and 65. RGB value is (246,135,101). Sum of RGB (Red+Green+Blue) = 246+135+101=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F68765 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68765 is #09789A. Grayscale: #A4A4A4. Windows color (decimal): -620699 or 6653942. OLE color: 6653942.

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

Color convert

RGB 246 135 101 -
CMYK 0 0.45 0.59 0.04
HSL 14.07º 0.89% 0.68% -
HSV(B) 14.07º 0.59% 0.96% -
XYZ 49.02 37.86 17.04 -
YUV 164.31 92.27 186.26 -
System Red Green Blue C M Y K H S L
Decimal 246 135 101 0 0.45 0.59 0.04 14.07 0.89 0.68
Hex F6 87 65 0 2D 3B 4 E 59 44
Octal 366 207 145 0 55 73 4 16 131 104
Binary 11110110 10000111 1100101 0 101101 111011 100 1110 1011001 1000100

Color Harmonies of #F68765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68765

Black with #F68765

Text Example


Text Example

White with #F68765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68765; }

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

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

background-color css

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

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

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

border-color css

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

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

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