Html Css Color HEX #FD817A Salmon

📋 copy color: '#FD817A'

red 253 ◦ green 129 ◦ blue 122

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

Shades of Salmon #FD817A

Tints of Salmon #FD817A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.21%

R = 50.2%
G = 25.6%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD817A (or 0xFD817A) is known color: Salmon. HEX triplet: FD, 81 and 7A. RGB value is (253,129,122). Sum of RGB (Red+Green+Blue) = 253+129+122=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD817A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD817A is #027E85. Grayscale: #A5A5A5. Windows color (decimal): -163462 or 8028669. OLE color: 8028669.

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

Color convert

RGB 253 129 122 -
CMYK 0 0.49 0.52 0.01
HSL 3.21º 0.97% 0.74% -
HSV(B) 3.21º 0.52% 0.99% -
XYZ 51.87 37.99 23.01 -
YUV 165.28 103.58 190.57 -
System Red Green Blue C M Y K H S L
Decimal 253 129 122 0 0.49 0.52 0.01 3.21 0.97 0.74
Hex FD 81 7A 0 31 34 1 3 61 4A
Octal 375 201 172 0 61 64 1 3 141 112
Binary 11111101 10000001 1111010 0 110001 110100 1 11 1100001 1001010

Color Harmonies of #FD817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD817A

Black with #FD817A

Text Example


Text Example

White with #FD817A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD817A; }

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

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

background-color css

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

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

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

border-color css

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

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

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