Html Css Color HEX #F67C69 Salmon

📋 copy color: '#F67C69'

red 246 ◦ green 124 ◦ blue 105

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

Shades of Salmon #F67C69

Tints of Salmon #F67C69

RGB

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

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

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

R = 51.79%
G = 26.11%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F67C69 (or 0xF67C69) is known color: Salmon. HEX triplet: F6, 7C and 69. RGB value is (246,124,105). Sum of RGB (Red+Green+Blue) = 246+124+105=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67C69 is #098396. Grayscale: #9E9E9E. Windows color (decimal): -623511 or 6913270. OLE color: 6913270.

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

Color convert

RGB 246 124 105 -
CMYK 0 0.50 0.57 0.04
HSL 8.09º 0.89% 0.69% -
HSV(B) 8.09º 0.57% 0.96% -
XYZ 47.76 35.03 17.61 -
YUV 158.31 97.92 190.54 -
System Red Green Blue C M Y K H S L
Decimal 246 124 105 0 0.50 0.57 0.04 8.09 0.89 0.69
Hex F6 7C 69 0 32 39 4 8 59 45
Octal 366 174 151 0 62 71 4 10 131 105
Binary 11110110 1111100 1101001 0 110010 111001 100 1000 1011001 1000101

Color Harmonies of #F67C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67C69

Black with #F67C69

Text Example


Text Example

White with #F67C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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