Html Css Color HEX #FC856F Salmon

📋 copy color: '#FC856F'

red 252 ◦ green 133 ◦ blue 111

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

Shades of Salmon #FC856F

Tints of Salmon #FC856F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.81%

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

R = 50.81%
G = 26.81%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC856F (or 0xFC856F) is known color: Salmon. HEX triplet: FC, 85 and 6F. RGB value is (252,133,111). Sum of RGB (Red+Green+Blue) = 252+133+111=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC856F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC856F is #037A90. Grayscale: #A6A6A6. Windows color (decimal): -227985 or 7308796. OLE color: 7308796.

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

Color convert

RGB 252 133 111 -
CMYK 0 0.47 0.56 0.01
HSL 9.36º 0.96% 0.71% -
HSV(B) 9.36º 0.56% 0.99% -
XYZ 51.4 38.62 19.78 -
YUV 166.07 96.92 189.29 -
System Red Green Blue C M Y K H S L
Decimal 252 133 111 0 0.47 0.56 0.01 9.36 0.96 0.71
Hex FC 85 6F 0 2F 38 1 9 60 47
Octal 374 205 157 0 57 70 1 11 140 107
Binary 11111100 10000101 1101111 0 101111 111000 1 1001 1100000 1000111

Color Harmonies of #FC856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC856F

Black with #FC856F

Text Example


Text Example

White with #FC856F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC856F; }

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

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

background-color css

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

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

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

border-color css

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

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

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