Html Css Color HEX #FD817C Salmon

📋 copy color: '#FD817C'

red 253 ◦ green 129 ◦ blue 124

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

Shades of Salmon #FD817C

Tints of Salmon #FD817C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.49%

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

R = 50%
G = 25.49%
B = 24.51%

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

#FD817C (or 0xFD817C) is known color: Salmon. HEX triplet: FD, 81 and 7C. RGB value is (253,129,124). Sum of RGB (Red+Green+Blue) = 253+129+124=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD817C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD817C is #027E83. Grayscale: #A5A5A5. Windows color (decimal): -163460 or 8159741. OLE color: 8159741.

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

Color convert

RGB 253 129 124 -
CMYK 0 0.49 0.51 0.01
HSL 2.33º 0.97% 0.74% -
HSV(B) 2.33º 0.51% 0.99% -
XYZ 52 38.04 23.67 -
YUV 165.51 104.58 190.41 -
System Red Green Blue C M Y K H S L
Decimal 253 129 124 0 0.49 0.51 0.01 2.33 0.97 0.74
Hex FD 81 7C 0 31 33 1 2 61 4A
Octal 375 201 174 0 61 63 1 2 141 112
Binary 11111101 10000001 1111100 0 110001 110011 1 10 1100001 1001010

Color Harmonies of #FD817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD817C

Black with #FD817C

Text Example


Text Example

White with #FD817C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD817C; }

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

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

background-color css

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

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

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

border-color css

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

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

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