Html Css Color HEX #FC8A7F Salmon

📋 copy color: '#FC8A7F'

red 252 ◦ green 138 ◦ blue 127

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

Shades of Salmon #FC8A7F

Tints of Salmon #FC8A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.56%

R = 48.74%
G = 26.69%
B = 24.56%

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

#FC8A7F (or 0xFC8A7F) is known color: Salmon. HEX triplet: FC, 8A and 7F. RGB value is (252,138,127). Sum of RGB (Red+Green+Blue) = 252+138+127=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8A7F is #037580. Grayscale: #AAAAAA. Windows color (decimal): -226689 or 8358652. OLE color: 8358652.

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

Color convert

RGB 252 138 127 -
CMYK 0 0.45 0.50 0.01
HSL 5.28º 0.95% 0.74% -
HSV(B) 5.28º 0.5% 0.99% -
XYZ 53.06 40.4 25.08 -
YUV 170.83 103.27 185.89 -
System Red Green Blue C M Y K H S L
Decimal 252 138 127 0 0.45 0.50 0.01 5.28 0.95 0.74
Hex FC 8A 7F 0 2D 32 1 5 5F 4A
Octal 374 212 177 0 55 62 1 5 137 112
Binary 11111100 10001010 1111111 0 101101 110010 1 101 1011111 1001010

Color Harmonies of #FC8A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8A7F

Black with #FC8A7F

Text Example


Text Example

White with #FC8A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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