Html Css Color HEX #FC8374 Salmon

📋 copy color: '#FC8374'

red 252 ◦ green 131 ◦ blue 116

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

Shades of Salmon #FC8374

Tints of Salmon #FC8374

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.25%

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

R = 50.5%
G = 26.25%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC8374 (or 0xFC8374) is known color: Salmon. HEX triplet: FC, 83 and 74. RGB value is (252,131,116). Sum of RGB (Red+Green+Blue) = 252+131+116=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8374 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8374 is #037C8B. Grayscale: #A5A5A5. Windows color (decimal): -228492 or 7635964. OLE color: 7635964.

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

Color convert

RGB 252 131 116 -
CMYK 0 0.48 0.54 0.01
HSL 6.62º 0.96% 0.72% -
HSV(B) 6.62º 0.54% 0.99% -
XYZ 51.41 38.19 21.18 -
YUV 165.47 100.09 189.72 -
System Red Green Blue C M Y K H S L
Decimal 252 131 116 0 0.48 0.54 0.01 6.62 0.96 0.72
Hex FC 83 74 0 30 36 1 7 60 48
Octal 374 203 164 0 60 66 1 7 140 110
Binary 11111100 10000011 1110100 0 110000 110110 1 111 1100000 1001000

Color Harmonies of #FC8374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8374

Black with #FC8374

Text Example


Text Example

White with #FC8374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8374; }

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

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

background-color css

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

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

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

border-color css

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

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

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