Html Css Color HEX #FC8C6F Salmon

📋 copy color: '#FC8C6F'

red 252 ◦ green 140 ◦ blue 111

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

Shades of Salmon #FC8C6F

Tints of Salmon #FC8C6F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.83%

 BLUE value IS 111 (43.75% from 255) = 22.07%

R = 50.1%
G = 27.83%
B = 22.07%

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

#FC8C6F (or 0xFC8C6F) is known color: Salmon. HEX triplet: FC, 8C and 6F. RGB value is (252,140,111). Sum of RGB (Red+Green+Blue) = 252+140+111=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 111 (43.75% from 255 or 22.07% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8C6F is #037390. Grayscale: #AAAAAA. Windows color (decimal): -226193 or 7310588. OLE color: 7310588.

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

Color convert

RGB 252 140 111 -
CMYK 0 0.44 0.56 0.01
HSL 12.34º 0.96% 0.71% -
HSV(B) 12.34º 0.56% 0.99% -
XYZ 52.39 40.6 20.11 -
YUV 170.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 252 140 111 0 0.44 0.56 0.01 12.34 0.96 0.71
Hex FC 8C 6F 0 2C 38 1 C 60 47
Octal 374 214 157 0 54 70 1 14 140 107
Binary 11111100 10001100 1101111 0 101100 111000 1 1100 1100000 1000111

Color Harmonies of #FC8C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8C6F

Black with #FC8C6F

Text Example


Text Example

White with #FC8C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8C6F; }

 p { color: rgb(252,140,111); }

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

background-color css

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

 a { background-color: rgb(252,140,111); }

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

border-color css

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

 span { border-color: rgb(252,140,111); }

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