Html Css Color HEX #F67674 Salmon

📋 copy color: '#F67674'

red 246 ◦ green 118 ◦ blue 116

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

Shades of Salmon #F67674

Tints of Salmon #F67674

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.58%

 BLUE value IS 116 (45.7% from 255) = 24.17%

R = 51.25%
G = 24.58%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F67674 (or 0xF67674) is known color: Salmon. HEX triplet: F6, 76 and 74. RGB value is (246,118,116). Sum of RGB (Red+Green+Blue) = 246+118+116=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F67674 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67674 is #09898B. Grayscale: #9C9C9C. Windows color (decimal): -625036 or 7632630. OLE color: 7632630.

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

Color convert

RGB 246 118 116 -
CMYK 0 0.52 0.53 0.04
HSL 0.92º 0.88% 0.71% -
HSV(B) 0.92º 0.53% 0.96% -
XYZ 47.64 33.81 20.54 -
YUV 156.04 105.41 192.16 -
System Red Green Blue C M Y K H S L
Decimal 246 118 116 0 0.52 0.53 0.04 0.92 0.88 0.71
Hex F6 76 74 0 34 35 4 1 58 47
Octal 366 166 164 0 64 65 4 1 130 107
Binary 11110110 1110110 1110100 0 110100 110101 100 1 1011000 1000111

Color Harmonies of #F67674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67674

Black with #F67674

Text Example


Text Example

White with #F67674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67674; }

 p { color: rgb(246,118,116); }

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

background-color css

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

 a { background-color: rgb(246,118,116); }

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

border-color css

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

 span { border-color: rgb(246,118,116); }

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