Html Css Color HEX #FC826B Salmon

📋 copy color: '#FC826B'

red 252 ◦ green 130 ◦ blue 107

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

Shades of Salmon #FC826B

Tints of Salmon #FC826B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.58%

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

R = 51.53%
G = 26.58%
B = 21.88%

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

#FC826B (or 0xFC826B) is known color: Salmon. HEX triplet: FC, 82 and 6B. RGB value is (252,130,107). Sum of RGB (Red+Green+Blue) = 252+130+107=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC826B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC826B is #037D94. Grayscale: #A4A4A4. Windows color (decimal): -228757 or 7045884. OLE color: 7045884.

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

Color convert

RGB 252 130 107 -
CMYK 0 0.48 0.58 0.01
HSL 9.52º 0.96% 0.7% -
HSV(B) 9.52º 0.58% 0.99% -
XYZ 50.78 37.72 18.51 -
YUV 163.86 95.92 190.87 -
System Red Green Blue C M Y K H S L
Decimal 252 130 107 0 0.48 0.58 0.01 9.52 0.96 0.7
Hex FC 82 6B 0 30 3A 1 A 60 46
Octal 374 202 153 0 60 72 1 12 140 106
Binary 11111100 10000010 1101011 0 110000 111010 1 1010 1100000 1000110

Color Harmonies of #FC826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC826B

Black with #FC826B

Text Example


Text Example

White with #FC826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC826B; }

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

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

background-color css

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

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

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

border-color css

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

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

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