Html Css Color HEX #FC7A74 Salmon

📋 copy color: '#FC7A74'

red 252 ◦ green 122 ◦ blue 116

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

Shades of Salmon #FC7A74

Tints of Salmon #FC7A74

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.9%

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

R = 51.43%
G = 24.9%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC7A74 (or 0xFC7A74) is known color: Salmon. HEX triplet: FC, 7A and 74. RGB value is (252,122,116). Sum of RGB (Red+Green+Blue) = 252+122+116=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7A74 is #03858B. Grayscale: #A0A0A0. Windows color (decimal): -230796 or 7633660. OLE color: 7633660.

HSL color Cylindrical-coordinate representation of color #FC7A74: hue angle of 2.65º 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 #FC7A74 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 122 116 -
CMYK 0 0.52 0.54 0.01
HSL 2.65º 0.96% 0.72% -
HSV(B) 2.65º 0.54% 0.99% -
XYZ 50.26 35.88 20.8 -
YUV 160.19 103.07 193.49 -
System Red Green Blue C M Y K H S L
Decimal 252 122 116 0 0.52 0.54 0.01 2.65 0.96 0.72
Hex FC 7A 74 0 34 36 1 3 60 48
Octal 374 172 164 0 64 66 1 3 140 110
Binary 11111100 1111010 1110100 0 110100 110110 1 11 1100000 1001000

Color Harmonies of #FC7A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7A74

Black with #FC7A74

Text Example


Text Example

White with #FC7A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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