Html Css Color HEX #FC8D6E Salmon

📋 copy color: '#FC8D6E'

red 252 ◦ green 141 ◦ blue 110

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

Shades of Salmon #FC8D6E

Tints of Salmon #FC8D6E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.03%

 BLUE value IS 110 (43.36% from 255) = 21.87%

R = 50.1%
G = 28.03%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC8D6E (or 0xFC8D6E) is known color: Salmon. HEX triplet: FC, 8D and 6E. RGB value is (252,141,110). Sum of RGB (Red+Green+Blue) = 252+141+110=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8D6E is #037291. Grayscale: #AAAAAA. Windows color (decimal): -225938 or 7245308. OLE color: 7245308.

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

Color convert

RGB 252 141 110 -
CMYK 0 0.44 0.56 0.01
HSL 13.1º 0.96% 0.71% -
HSV(B) 13.1º 0.56% 0.99% -
XYZ 52.48 40.87 19.87 -
YUV 170.66 93.77 186.02 -
System Red Green Blue C M Y K H S L
Decimal 252 141 110 0 0.44 0.56 0.01 13.1 0.96 0.71
Hex FC 8D 6E 0 2C 38 1 D 60 47
Octal 374 215 156 0 54 70 1 15 140 107
Binary 11111100 10001101 1101110 0 101100 111000 1 1101 1100000 1000111

Color Harmonies of #FC8D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8D6E

Black with #FC8D6E

Text Example


Text Example

White with #FC8D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8D6E; }

 p { color: rgb(252,141,110); }

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

background-color css

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

 a { background-color: rgb(252,141,110); }

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

border-color css

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

 span { border-color: rgb(252,141,110); }

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