Html Css Color HEX #FC836C Salmon

📋 copy color: '#FC836C'

red 252 ◦ green 131 ◦ blue 108

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

Shades of Salmon #FC836C

Tints of Salmon #FC836C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.68%

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

R = 51.32%
G = 26.68%
B = 22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC836C (or 0xFC836C) is known color: Salmon. HEX triplet: FC, 83 and 6C. RGB value is (252,131,108). Sum of RGB (Red+Green+Blue) = 252+131+108=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC836C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC836C is #037C93. Grayscale: #A4A4A4. Windows color (decimal): -228500 or 7111676. OLE color: 7111676.

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

Color convert

RGB 252 131 108 -
CMYK 0 0.48 0.57 0.01
HSL 9.58º 0.96% 0.71% -
HSV(B) 9.58º 0.57% 0.99% -
XYZ 50.97 38.01 18.84 -
YUV 164.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 252 131 108 0 0.48 0.57 0.01 9.58 0.96 0.71
Hex FC 83 6C 0 30 39 1 A 60 47
Octal 374 203 154 0 60 71 1 12 140 107
Binary 11111100 10000011 1101100 0 110000 111001 1 1010 1100000 1000111

Color Harmonies of #FC836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC836C

Black with #FC836C

Text Example


Text Example

White with #FC836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC836C; }

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

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

background-color css

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

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

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

border-color css

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

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

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