Html Css Color HEX #FD8A74 Salmon

📋 copy color: '#FD8A74'

red 253 ◦ green 138 ◦ blue 116

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

Shades of Salmon #FD8A74

Tints of Salmon #FD8A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.88%

R = 49.9%
G = 27.22%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FD8A74 (or 0xFD8A74) is known color: Salmon. HEX triplet: FD, 8A and 74. RGB value is (253,138,116). Sum of RGB (Red+Green+Blue) = 253+138+116=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8A74 is #02758B. Grayscale: #AAAAAA. Windows color (decimal): -161164 or 7637757. OLE color: 7637757.

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

Color convert

RGB 253 138 116 -
CMYK 0 0.45 0.54 0.01
HSL 9.64º 0.97% 0.72% -
HSV(B) 9.64º 0.54% 0.99% -
XYZ 52.75 40.32 21.53 -
YUV 169.88 97.6 187.29 -
System Red Green Blue C M Y K H S L
Decimal 253 138 116 0 0.45 0.54 0.01 9.64 0.97 0.72
Hex FD 8A 74 0 2D 36 1 A 61 48
Octal 375 212 164 0 55 66 1 12 141 110
Binary 11111101 10001010 1110100 0 101101 110110 1 1010 1100001 1001000

Color Harmonies of #FD8A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8A74

Black with #FD8A74

Text Example


Text Example

White with #FD8A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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