Html Css Color HEX #FC826D Salmon

📋 copy color: '#FC826D'

red 252 ◦ green 130 ◦ blue 109

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

Shades of Salmon #FC826D

Tints of Salmon #FC826D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.2%

R = 51.32%
G = 26.48%
B = 22.2%

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

#FC826D (or 0xFC826D) is known color: Salmon. HEX triplet: FC, 82 and 6D. RGB value is (252,130,109). Sum of RGB (Red+Green+Blue) = 252+130+109=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC826D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC826D is #037D92. Grayscale: #A4A4A4. Windows color (decimal): -228755 or 7176956. OLE color: 7176956.

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

Color convert

RGB 252 130 109 -
CMYK 0 0.48 0.57 0.01
HSL 8.81º 0.96% 0.71% -
HSV(B) 8.81º 0.57% 0.99% -
XYZ 50.89 37.76 19.08 -
YUV 164.08 96.92 190.71 -
System Red Green Blue C M Y K H S L
Decimal 252 130 109 0 0.48 0.57 0.01 8.81 0.96 0.71
Hex FC 82 6D 0 30 39 1 9 60 47
Octal 374 202 155 0 60 71 1 11 140 107
Binary 11111100 10000010 1101101 0 110000 111001 1 1001 1100000 1000111

Color Harmonies of #FC826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC826D

Black with #FC826D

Text Example


Text Example

White with #FC826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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