Html Css Color HEX #F67768 Salmon

📋 copy color: '#F67768'

red 246 ◦ green 119 ◦ blue 104

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

Shades of Salmon #F67768

Tints of Salmon #F67768

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.37%

 BLUE value IS 104 (41.02% from 255) = 22.17%

R = 52.45%
G = 25.37%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F67768 (or 0xF67768) is known color: Salmon. HEX triplet: F6, 77 and 68. RGB value is (246,119,104). Sum of RGB (Red+Green+Blue) = 246+119+104=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F67768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67768 is #098897. Grayscale: #9B9B9B. Windows color (decimal): -624792 or 6846454. OLE color: 6846454.

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

Color convert

RGB 246 119 104 -
CMYK 0 0.52 0.58 0.04
HSL 6.34º 0.89% 0.69% -
HSV(B) 6.34º 0.58% 0.96% -
XYZ 47.1 33.79 17.14 -
YUV 155.26 99.08 192.72 -
System Red Green Blue C M Y K H S L
Decimal 246 119 104 0 0.52 0.58 0.04 6.34 0.89 0.69
Hex F6 77 68 0 34 3A 4 6 59 45
Octal 366 167 150 0 64 72 4 6 131 105
Binary 11110110 1110111 1101000 0 110100 111010 100 110 1011001 1000101

Color Harmonies of #F67768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67768

Black with #F67768

Text Example


Text Example

White with #F67768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67768; }

 p { color: rgb(246,119,104); }

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

background-color css

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

 a { background-color: rgb(246,119,104); }

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

border-color css

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

 span { border-color: rgb(246,119,104); }

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