Html Css Color HEX #FC856B Salmon

📋 copy color: '#FC856B'

red 252 ◦ green 133 ◦ blue 107

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

Shades of Salmon #FC856B

Tints of Salmon #FC856B

RGB

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

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

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

R = 51.22%
G = 27.03%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC856B (or 0xFC856B) is known color: Salmon. HEX triplet: FC, 85 and 6B. RGB value is (252,133,107). Sum of RGB (Red+Green+Blue) = 252+133+107=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC856B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC856B is #037A94. Grayscale: #A5A5A5. Windows color (decimal): -227989 or 7046652. OLE color: 7046652.

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

Color convert

RGB 252 133 107 -
CMYK 0 0.47 0.58 0.01
HSL 10.76º 0.96% 0.7% -
HSV(B) 10.76º 0.58% 0.99% -
XYZ 51.19 38.53 18.65 -
YUV 165.62 94.92 189.61 -
System Red Green Blue C M Y K H S L
Decimal 252 133 107 0 0.47 0.58 0.01 10.76 0.96 0.7
Hex FC 85 6B 0 2F 3A 1 B 60 46
Octal 374 205 153 0 57 72 1 13 140 106
Binary 11111100 10000101 1101011 0 101111 111010 1 1011 1100000 1000110

Color Harmonies of #FC856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC856B

Black with #FC856B

Text Example


Text Example

White with #FC856B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC856B; }

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

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

background-color css

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

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

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

border-color css

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

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

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