Html Css Color HEX #F67C67 Salmon

📋 copy color: '#F67C67'

red 246 ◦ green 124 ◦ blue 103

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

Shades of Salmon #F67C67

Tints of Salmon #F67C67

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.22%

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

R = 52.01%
G = 26.22%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F67C67 (or 0xF67C67) is known color: Salmon. HEX triplet: F6, 7C and 67. RGB value is (246,124,103). Sum of RGB (Red+Green+Blue) = 246+124+103=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67C67 is #098398. Grayscale: #9E9E9E. Windows color (decimal): -623513 or 6782198. OLE color: 6782198.

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

Color convert

RGB 246 124 103 -
CMYK 0 0.50 0.58 0.04
HSL 8.81º 0.89% 0.68% -
HSV(B) 8.81º 0.58% 0.96% -
XYZ 47.66 34.99 17.07 -
YUV 158.08 96.92 190.71 -
System Red Green Blue C M Y K H S L
Decimal 246 124 103 0 0.50 0.58 0.04 8.81 0.89 0.68
Hex F6 7C 67 0 32 3A 4 9 59 44
Octal 366 174 147 0 62 72 4 11 131 104
Binary 11110110 1111100 1100111 0 110010 111010 100 1001 1011001 1000100

Color Harmonies of #F67C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67C67

Black with #F67C67

Text Example


Text Example

White with #F67C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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