Html Css Color HEX #FF746E Salmon

📋 copy color: '#FF746E'

red 255 ◦ green 116 ◦ blue 110

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

Shades of Salmon #FF746E

Tints of Salmon #FF746E

RGB

 RED value IS 255 (100% from 255) = 53.01%

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

 BLUE value IS 110 (43.36% from 255) = 22.87%

R = 53.01%
G = 24.12%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#FF746E (or 0xFF746E) is known color: Salmon. HEX triplet: FF, 74 and 6E. RGB value is (255,116,110). Sum of RGB (Red+Green+Blue) = 255+116+110=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF746E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF746E is #008B91. Grayscale: #9D9D9D. Windows color (decimal): -35730 or 7238911. OLE color: 7238911.

HSL color Cylindrical-coordinate representation of color #FF746E: hue angle of 2.48º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF746E is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.

Color convert

RGB 255 116 110 -
CMYK 0 0.55 0.57 0
HSL 2.48º 1% 0.72% -
HSV(B) 2.48º 0.57% 1% -
XYZ 50.3 34.88 18.83 -
YUV 156.88 101.55 197.99 -
System Red Green Blue C M Y K H S L
Decimal 255 116 110 0 0.55 0.57 0 2.48 1 0.72
Hex FF 74 6E 0 37 39 0 2 64 48
Octal 377 164 156 0 67 71 0 2 144 110
Binary 11111111 1110100 1101110 0 110111 111001 0 10 1100100 1001000

Color Harmonies of #FF746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF746E

Black with #FF746E

Text Example


Text Example

White with #FF746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF746E; }

 p { color: rgb(255,116,110); }

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

background-color css

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

 a { background-color: rgb(255,116,110); }

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

border-color css

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

 span { border-color: rgb(255,116,110); }

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