Html Css Color HEX #FD827C Salmon

📋 copy color: '#FD827C'

red 253 ◦ green 130 ◦ blue 124

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

Shades of Salmon #FD827C

Tints of Salmon #FD827C

RGB

 RED value IS 253 (99.22% from 255) = 49.9%

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

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

R = 49.9%
G = 25.64%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD827C (or 0xFD827C) is known color: Salmon. HEX triplet: FD, 82 and 7C. RGB value is (253,130,124). Sum of RGB (Red+Green+Blue) = 253+130+124=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD827C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD827C is #027D83. Grayscale: #A6A6A6. Windows color (decimal): -163204 or 8159997. OLE color: 8159997.

HSL color Cylindrical-coordinate representation of color #FD827C: hue angle of 2.79º degrees, saturation: 0.97, 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 #FD827C is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 130 124 -
CMYK 0 0.49 0.51 0.01
HSL 2.79º 0.97% 0.74% -
HSV(B) 2.79º 0.51% 0.99% -
XYZ 52.13 38.3 23.71 -
YUV 166.09 104.25 189.99 -
System Red Green Blue C M Y K H S L
Decimal 253 130 124 0 0.49 0.51 0.01 2.79 0.97 0.74
Hex FD 82 7C 0 31 33 1 3 61 4A
Octal 375 202 174 0 61 63 1 3 141 112
Binary 11111101 10000010 1111100 0 110001 110011 1 11 1100001 1001010

Color Harmonies of #FD827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD827C

Black with #FD827C

Text Example


Text Example

White with #FD827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD827C; }

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

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

background-color css

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

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

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

border-color css

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

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

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