Html Css Color HEX #FD807C Salmon

📋 copy color: '#FD807C'

red 253 ◦ green 128 ◦ blue 124

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

Shades of Salmon #FD807C

Tints of Salmon #FD807C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.35%

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

R = 50.1%
G = 25.35%
B = 24.55%

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

#FD807C (or 0xFD807C) is known color: Salmon. HEX triplet: FD, 80 and 7C. RGB value is (253,128,124). Sum of RGB (Red+Green+Blue) = 253+128+124=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 124 (48.83% from 255 or 24.55% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD807C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD807C is #027F83. Grayscale: #A5A5A5. Windows color (decimal): -163716 or 8159485. OLE color: 8159485.

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

Color convert

RGB 253 128 124 -
CMYK 0 0.49 0.51 0.01
HSL 1.86º 0.97% 0.74% -
HSV(B) 1.86º 0.51% 0.99% -
XYZ 51.87 37.78 23.63 -
YUV 164.92 104.91 190.83 -
System Red Green Blue C M Y K H S L
Decimal 253 128 124 0 0.49 0.51 0.01 1.86 0.97 0.74
Hex FD 80 7C 0 31 33 1 2 61 4A
Octal 375 200 174 0 61 63 1 2 141 112
Binary 11111101 10000000 1111100 0 110001 110011 1 10 1100001 1001010

Color Harmonies of #FD807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD807C

Black with #FD807C

Text Example


Text Example

White with #FD807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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