Html Css Color HEX #FD837C Salmon

📋 copy color: '#FD837C'

red 253 ◦ green 131 ◦ blue 124

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

Shades of Salmon #FD837C

Tints of Salmon #FD837C

RGB

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

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

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

R = 49.8%
G = 25.79%
B = 24.41%

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

#FD837C (or 0xFD837C) is known color: Salmon. HEX triplet: FD, 83 and 7C. RGB value is (253,131,124). Sum of RGB (Red+Green+Blue) = 253+131+124=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD837C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD837C is #027C83. Grayscale: #A6A6A6. Windows color (decimal): -162948 or 8160253. OLE color: 8160253.

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

Color convert

RGB 253 131 124 -
CMYK 0 0.48 0.51 0.01
HSL 3.26º 0.97% 0.74% -
HSV(B) 3.26º 0.51% 0.99% -
XYZ 52.26 38.57 23.76 -
YUV 166.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 253 131 124 0 0.48 0.51 0.01 3.26 0.97 0.74
Hex FD 83 7C 0 30 33 1 3 61 4A
Octal 375 203 174 0 60 63 1 3 141 112
Binary 11111101 10000011 1111100 0 110000 110011 1 11 1100001 1001010

Color Harmonies of #FD837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD837C

Black with #FD837C

Text Example


Text Example

White with #FD837C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD837C; }

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

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

background-color css

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

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

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

border-color css

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

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

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