Html Css Color HEX #FC8174 Salmon

📋 copy color: '#FC8174'

red 252 ◦ green 129 ◦ blue 116

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

Shades of Salmon #FC8174

Tints of Salmon #FC8174

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.96%

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

R = 50.7%
G = 25.96%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC8174 (or 0xFC8174) is known color: Salmon. HEX triplet: FC, 81 and 74. RGB value is (252,129,116). Sum of RGB (Red+Green+Blue) = 252+129+116=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8174 is #037E8B. Grayscale: #A4A4A4. Windows color (decimal): -229004 or 7635452. OLE color: 7635452.

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

Color convert

RGB 252 129 116 -
CMYK 0 0.49 0.54 0.01
HSL 5.74º 0.96% 0.72% -
HSV(B) 5.74º 0.54% 0.99% -
XYZ 51.15 37.66 21.1 -
YUV 164.3 100.75 190.56 -
System Red Green Blue C M Y K H S L
Decimal 252 129 116 0 0.49 0.54 0.01 5.74 0.96 0.72
Hex FC 81 74 0 31 36 1 6 60 48
Octal 374 201 164 0 61 66 1 6 140 110
Binary 11111100 10000001 1110100 0 110001 110110 1 110 1100000 1001000

Color Harmonies of #FC8174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8174

Black with #FC8174

Text Example


Text Example

White with #FC8174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8174; }

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

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

background-color css

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

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

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

border-color css

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

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

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