Html Css Color HEX #FD8A78 Salmon

📋 copy color: '#FD8A78'

red 253 ◦ green 138 ◦ blue 120

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

Shades of Salmon #FD8A78

Tints of Salmon #FD8A78

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.01%

 BLUE value IS 120 (47.27% from 255) = 23.48%

R = 49.51%
G = 27.01%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD8A78 (or 0xFD8A78) is known color: Salmon. HEX triplet: FD, 8A and 78. RGB value is (253,138,120). Sum of RGB (Red+Green+Blue) = 253+138+120=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8A78 is #027587. Grayscale: #AAAAAA. Windows color (decimal): -161160 or 7899901. OLE color: 7899901.

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

Color convert

RGB 253 138 120 -
CMYK 0 0.45 0.53 0.01
HSL 8.12º 0.97% 0.73% -
HSV(B) 8.12º 0.53% 0.99% -
XYZ 52.99 40.42 22.78 -
YUV 170.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 253 138 120 0 0.45 0.53 0.01 8.12 0.97 0.73
Hex FD 8A 78 0 2D 35 1 8 61 49
Octal 375 212 170 0 55 65 1 10 141 111
Binary 11111101 10001010 1111000 0 101101 110101 1 1000 1100001 1001001

Color Harmonies of #FD8A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8A78

Black with #FD8A78

Text Example


Text Example

White with #FD8A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8A78; }

 p { color: rgb(253,138,120); }

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

background-color css

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

 a { background-color: rgb(253,138,120); }

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

border-color css

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

 span { border-color: rgb(253,138,120); }

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