Html Css Color HEX #FC827C Salmon

📋 copy color: '#FC827C'

red 252 ◦ green 130 ◦ blue 124

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

Shades of Salmon #FC827C

Tints of Salmon #FC827C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.51%

R = 49.8%
G = 25.69%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC827C (or 0xFC827C) is known color: Salmon. HEX triplet: FC, 82 and 7C. RGB value is (252,130,124). Sum of RGB (Red+Green+Blue) = 252+130+124=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC827C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC827C is #037D83. Grayscale: #A5A5A5. Windows color (decimal): -228740 or 8159996. OLE color: 8159996.

HSL color Cylindrical-coordinate representation of color #FC827C: hue angle of 2.81º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC827C is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 130 124 -
CMYK 0 0.48 0.51 0.01
HSL 2.81º 0.96% 0.74% -
HSV(B) 2.81º 0.51% 0.99% -
XYZ 51.77 38.12 23.7 -
YUV 165.79 104.42 189.49 -
System Red Green Blue C M Y K H S L
Decimal 252 130 124 0 0.48 0.51 0.01 2.81 0.96 0.74
Hex FC 82 7C 0 30 33 1 3 60 4A
Octal 374 202 174 0 60 63 1 3 140 112
Binary 11111100 10000010 1111100 0 110000 110011 1 11 1100000 1001010

Color Harmonies of #FC827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC827C

Black with #FC827C

Text Example


Text Example

White with #FC827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC827C; }

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

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

background-color css

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

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

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

border-color css

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

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

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