Html Css Color HEX #FC886C Salmon

📋 copy color: '#FC886C'

red 252 ◦ green 136 ◦ blue 108

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

Shades of Salmon #FC886C

Tints of Salmon #FC886C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.42%

 BLUE value IS 108 (42.58% from 255) = 21.77%

R = 50.81%
G = 27.42%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC886C (or 0xFC886C) is known color: Salmon. HEX triplet: FC, 88 and 6C. RGB value is (252,136,108). Sum of RGB (Red+Green+Blue) = 252+136+108=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC886C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC886C is #037793. Grayscale: #A7A7A7. Windows color (decimal): -227220 or 7112956. OLE color: 7112956.

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

Color convert

RGB 252 136 108 -
CMYK 0 0.46 0.57 0.01
HSL 11.67º 0.96% 0.71% -
HSV(B) 11.67º 0.57% 0.99% -
XYZ 51.66 39.39 19.07 -
YUV 167.49 94.43 188.28 -
System Red Green Blue C M Y K H S L
Decimal 252 136 108 0 0.46 0.57 0.01 11.67 0.96 0.71
Hex FC 88 6C 0 2E 39 1 C 60 47
Octal 374 210 154 0 56 71 1 14 140 107
Binary 11111100 10001000 1101100 0 101110 111001 1 1100 1100000 1000111

Color Harmonies of #FC886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC886C

Black with #FC886C

Text Example


Text Example

White with #FC886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC886C; }

 p { color: rgb(252,136,108); }

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

background-color css

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

 a { background-color: rgb(252,136,108); }

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

border-color css

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

 span { border-color: rgb(252,136,108); }

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