Html Css Color HEX #FC836A Salmon

📋 copy color: '#FC836A'

red 252 ◦ green 131 ◦ blue 106

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

Shades of Salmon #FC836A

Tints of Salmon #FC836A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.68%

R = 51.53%
G = 26.79%
B = 21.68%

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

#FC836A (or 0xFC836A) is known color: Salmon. HEX triplet: FC, 83 and 6A. RGB value is (252,131,106). Sum of RGB (Red+Green+Blue) = 252+131+106=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC836A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC836A is #037C95. Grayscale: #A4A4A4. Windows color (decimal): -228502 or 6980604. OLE color: 6980604.

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

Color convert

RGB 252 131 106 -
CMYK 0 0.48 0.58 0.01
HSL 10.27º 0.96% 0.7% -
HSV(B) 10.27º 0.58% 0.99% -
XYZ 50.86 37.97 18.28 -
YUV 164.33 95.09 190.53 -
System Red Green Blue C M Y K H S L
Decimal 252 131 106 0 0.48 0.58 0.01 10.27 0.96 0.7
Hex FC 83 6A 0 30 3A 1 A 60 46
Octal 374 203 152 0 60 72 1 12 140 106
Binary 11111100 10000011 1101010 0 110000 111010 1 1010 1100000 1000110

Color Harmonies of #FC836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC836A

Black with #FC836A

Text Example


Text Example

White with #FC836A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC836A; }

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

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

background-color css

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

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

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

border-color css

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

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

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