Html Css Color HEX #FC8A6B Salmon

📋 copy color: '#FC8A6B'

red 252 ◦ green 138 ◦ blue 107

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

Shades of Salmon #FC8A6B

Tints of Salmon #FC8A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.53%

R = 50.7%
G = 27.77%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC8A6B (or 0xFC8A6B) is known color: Salmon. HEX triplet: FC, 8A and 6B. RGB value is (252,138,107). Sum of RGB (Red+Green+Blue) = 252+138+107=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8A6B is #037594. Grayscale: #A8A8A8. Windows color (decimal): -226709 or 7047932. OLE color: 7047932.

HSL color Cylindrical-coordinate representation of color #FC8A6B: hue angle of 12.83º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC8A6B is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 138 107 -
CMYK 0 0.45 0.58 0.01
HSL 12.83º 0.96% 0.7% -
HSV(B) 12.83º 0.58% 0.99% -
XYZ 51.89 39.93 18.88 -
YUV 168.55 93.27 187.52 -
System Red Green Blue C M Y K H S L
Decimal 252 138 107 0 0.45 0.58 0.01 12.83 0.96 0.7
Hex FC 8A 6B 0 2D 3A 1 D 60 46
Octal 374 212 153 0 55 72 1 15 140 106
Binary 11111100 10001010 1101011 0 101101 111010 1 1101 1100000 1000110

Color Harmonies of #FC8A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8A6B

Black with #FC8A6B

Text Example


Text Example

White with #FC8A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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