Html Css Color HEX #FD7C77 Salmon

📋 copy color: '#FD7C77'

red 253 ◦ green 124 ◦ blue 119

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

Shades of Salmon #FD7C77

Tints of Salmon #FD7C77

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25%

 BLUE value IS 119 (46.88% from 255) = 23.99%

R = 51.01%
G = 25%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD7C77 (or 0xFD7C77) is known color: Salmon. HEX triplet: FD, 7C and 77. RGB value is (253,124,119). Sum of RGB (Red+Green+Blue) = 253+124+119=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7C77 is #028388. Grayscale: #A2A2A2. Windows color (decimal): -164745 or 7830781. OLE color: 7830781.

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

Color convert

RGB 253 124 119 -
CMYK 0 0.51 0.53 0.01
HSL 2.24º 0.97% 0.73% -
HSV(B) 2.24º 0.53% 0.99% -
XYZ 51.05 36.63 21.83 -
YUV 162 103.74 192.91 -
System Red Green Blue C M Y K H S L
Decimal 253 124 119 0 0.51 0.53 0.01 2.24 0.97 0.73
Hex FD 7C 77 0 33 35 1 2 61 49
Octal 375 174 167 0 63 65 1 2 141 111
Binary 11111101 1111100 1110111 0 110011 110101 1 10 1100001 1001001

Color Harmonies of #FD7C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7C77

Black with #FD7C77

Text Example


Text Example

White with #FD7C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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