Html Css Color HEX #FC7674 Salmon

📋 copy color: '#FC7674'

red 252 ◦ green 118 ◦ blue 116

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

Shades of Salmon #FC7674

Tints of Salmon #FC7674

RGB

 RED value IS 252 (98.83% from 255) = 51.85%

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

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

R = 51.85%
G = 24.28%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC7674 (or 0xFC7674) is known color: Salmon. HEX triplet: FC, 76 and 74. RGB value is (252,118,116). Sum of RGB (Red+Green+Blue) = 252+118+116=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7674 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7674 is #03898B. Grayscale: #9D9D9D. Windows color (decimal): -231820 or 7632636. OLE color: 7632636.

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

Color convert

RGB 252 118 116 -
CMYK 0 0.53 0.54 0.01
HSL 0.88º 0.96% 0.72% -
HSV(B) 0.88º 0.54% 0.99% -
XYZ 49.78 34.91 20.64 -
YUV 157.84 104.39 195.16 -
System Red Green Blue C M Y K H S L
Decimal 252 118 116 0 0.53 0.54 0.01 0.88 0.96 0.72
Hex FC 76 74 0 35 36 1 1 60 48
Octal 374 166 164 0 65 66 1 1 140 110
Binary 11111100 1110110 1110100 0 110101 110110 1 1 1100000 1001000

Color Harmonies of #FC7674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7674

Black with #FC7674

Text Example


Text Example

White with #FC7674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7674; }

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

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

background-color css

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

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

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

border-color css

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

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

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