Html Css Color HEX #FD746F Salmon

📋 copy color: '#FD746F'

red 253 ◦ green 116 ◦ blue 111

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

Shades of Salmon #FD746F

Tints of Salmon #FD746F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.17%

 BLUE value IS 111 (43.75% from 255) = 23.13%

R = 52.71%
G = 24.17%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD746F (or 0xFD746F) is known color: Salmon. HEX triplet: FD, 74 and 6F. RGB value is (253,116,111). Sum of RGB (Red+Green+Blue) = 253+116+111=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FD746F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD746F is #028B90. Grayscale: #9C9C9C. Windows color (decimal): -166801 or 7304445. OLE color: 7304445.

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

Color convert

RGB 253 116 111 -
CMYK 0 0.54 0.56 0.01
HSL 2.11º 0.97% 0.71% -
HSV(B) 2.11º 0.56% 0.99% -
XYZ 49.62 34.52 19.09 -
YUV 156.39 102.39 196.91 -
System Red Green Blue C M Y K H S L
Decimal 253 116 111 0 0.54 0.56 0.01 2.11 0.97 0.71
Hex FD 74 6F 0 36 38 1 2 61 47
Octal 375 164 157 0 66 70 1 2 141 107
Binary 11111101 1110100 1101111 0 110110 111000 1 10 1100001 1000111

Color Harmonies of #FD746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD746F

Black with #FD746F

Text Example


Text Example

White with #FD746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD746F; }

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

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

background-color css

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

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

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

border-color css

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

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

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