Html Css Color HEX #FC836B Salmon

📋 copy color: '#FC836B'

red 252 ◦ green 131 ◦ blue 107

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

Shades of Salmon #FC836B

Tints of Salmon #FC836B

RGB

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

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

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

R = 51.43%
G = 26.73%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC836B (or 0xFC836B) is known color: Salmon. HEX triplet: FC, 83 and 6B. RGB value is (252,131,107). Sum of RGB (Red+Green+Blue) = 252+131+107=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC836B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC836B is #037C94. Grayscale: #A4A4A4. Windows color (decimal): -228501 or 7046140. OLE color: 7046140.

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

Color convert

RGB 252 131 107 -
CMYK 0 0.48 0.58 0.01
HSL 9.93º 0.96% 0.7% -
HSV(B) 9.93º 0.58% 0.99% -
XYZ 50.92 37.99 18.56 -
YUV 164.44 95.59 190.45 -
System Red Green Blue C M Y K H S L
Decimal 252 131 107 0 0.48 0.58 0.01 9.93 0.96 0.7
Hex FC 83 6B 0 30 3A 1 A 60 46
Octal 374 203 153 0 60 72 1 12 140 106
Binary 11111100 10000011 1101011 0 110000 111010 1 1010 1100000 1000110

Color Harmonies of #FC836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC836B

Black with #FC836B

Text Example


Text Example

White with #FC836B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC836B; }

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

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

background-color css

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

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

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

border-color css

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

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

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