Html Css Color HEX #FC856E Salmon

📋 copy color: '#FC856E'

red 252 ◦ green 133 ◦ blue 110

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

Shades of Salmon #FC856E

Tints of Salmon #FC856E

RGB

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

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

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

R = 50.91%
G = 26.87%
B = 22.22%

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

#FC856E (or 0xFC856E) is known color: Salmon. HEX triplet: FC, 85 and 6E. RGB value is (252,133,110). Sum of RGB (Red+Green+Blue) = 252+133+110=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC856E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC856E is #037A91. Grayscale: #A6A6A6. Windows color (decimal): -227986 or 7243260. OLE color: 7243260.

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

Color convert

RGB 252 133 110 -
CMYK 0 0.47 0.56 0.01
HSL 9.72º 0.96% 0.71% -
HSV(B) 9.72º 0.56% 0.99% -
XYZ 51.35 38.6 19.5 -
YUV 165.96 96.42 189.37 -
System Red Green Blue C M Y K H S L
Decimal 252 133 110 0 0.47 0.56 0.01 9.72 0.96 0.71
Hex FC 85 6E 0 2F 38 1 A 60 47
Octal 374 205 156 0 57 70 1 12 140 107
Binary 11111100 10000101 1101110 0 101111 111000 1 1010 1100000 1000111

Color Harmonies of #FC856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC856E

Black with #FC856E

Text Example


Text Example

White with #FC856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC856E; }

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

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

background-color css

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

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

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

border-color css

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

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

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