Html Css Color HEX #FC8A7D Salmon

📋 copy color: '#FC8A7D'

red 252 ◦ green 138 ◦ blue 125

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

Shades of Salmon #FC8A7D

Tints of Salmon #FC8A7D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.8%

 BLUE value IS 125 (49.22% from 255) = 24.27%

R = 48.93%
G = 26.8%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC8A7D (or 0xFC8A7D) is known color: Salmon. HEX triplet: FC, 8A and 7D. RGB value is (252,138,125). Sum of RGB (Red+Green+Blue) = 252+138+125=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8A7D is #037582. Grayscale: #AAAAAA. Windows color (decimal): -226691 or 8227580. OLE color: 8227580.

HSL color Cylindrical-coordinate representation of color #FC8A7D: hue angle of 6.14º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC8A7D is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 138 125 -
CMYK 0 0.45 0.50 0.01
HSL 6.14º 0.95% 0.74% -
HSV(B) 6.14º 0.5% 0.99% -
XYZ 52.94 40.35 24.4 -
YUV 170.6 102.27 186.06 -
System Red Green Blue C M Y K H S L
Decimal 252 138 125 0 0.45 0.50 0.01 6.14 0.95 0.74
Hex FC 8A 7D 0 2D 32 1 6 5F 4A
Octal 374 212 175 0 55 62 1 6 137 112
Binary 11111100 10001010 1111101 0 101101 110010 1 110 1011111 1001010

Color Harmonies of #FC8A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8A7D

Black with #FC8A7D

Text Example


Text Example

White with #FC8A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8A7D; }

 p { color: rgb(252,138,125); }

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

background-color css

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

 a { background-color: rgb(252,138,125); }

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

border-color css

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

 span { border-color: rgb(252,138,125); }

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