Html Css Color HEX #F67874 Salmon

📋 copy color: '#F67874'

red 246 ◦ green 120 ◦ blue 116

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

Shades of Salmon #F67874

Tints of Salmon #F67874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.9%

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

R = 51.04%
G = 24.9%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F67874 (or 0xF67874) is known color: Salmon. HEX triplet: F6, 78 and 74. RGB value is (246,120,116). Sum of RGB (Red+Green+Blue) = 246+120+116=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F67874 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67874 is #09878B. Grayscale: #9D9D9D. Windows color (decimal): -624524 or 7633142. OLE color: 7633142.

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

Color convert

RGB 246 120 116 -
CMYK 0 0.51 0.53 0.04
HSL 1.85º 0.88% 0.71% -
HSV(B) 1.85º 0.53% 0.96% -
XYZ 47.87 34.29 20.62 -
YUV 157.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 246 120 116 0 0.51 0.53 0.04 1.85 0.88 0.71
Hex F6 78 74 0 33 35 4 2 58 47
Octal 366 170 164 0 63 65 4 2 130 107
Binary 11110110 1111000 1110100 0 110011 110101 100 10 1011000 1000111

Color Harmonies of #F67874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67874

Black with #F67874

Text Example


Text Example

White with #F67874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67874; }

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

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

background-color css

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

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

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

border-color css

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

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

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