Html Css Color HEX #FF7D65 Salmon

📋 copy color: '#FF7D65'

red 255 ◦ green 125 ◦ blue 101

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

Shades of Salmon #FF7D65

Tints of Salmon #FF7D65

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.99%

 BLUE value IS 101 (39.84% from 255) = 21%

R = 53.01%
G = 25.99%
B = 21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FF7D65 (or 0xFF7D65) is known color: Salmon. HEX triplet: FF, 7D and 65. RGB value is (255,125,101). Sum of RGB (Red+Green+Blue) = 255+125+101=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7D65 is #00829A. Grayscale: #A1A1A1. Windows color (decimal): -33435 or 6651391. OLE color: 6651391.

HSL color Cylindrical-coordinate representation of color #FF7D65: hue angle of 9.35º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF7D65 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.

Color convert

RGB 255 125 101 -
CMYK 0 0.51 0.60 0
HSL 9.35º 1% 0.7% -
HSV(B) 9.35º 0.6% 1% -
XYZ 50.92 36.87 16.74 -
YUV 161.13 94.07 194.95 -
System Red Green Blue C M Y K H S L
Decimal 255 125 101 0 0.51 0.60 0 9.35 1 0.7
Hex FF 7D 65 0 33 3C 0 9 64 46
Octal 377 175 145 0 63 74 0 11 144 106
Binary 11111111 1111101 1100101 0 110011 111100 0 1001 1100100 1000110

Color Harmonies of #FF7D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7D65

Black with #FF7D65

Text Example


Text Example

White with #FF7D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7D65; }

 p { color: rgb(255,125,101); }

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

background-color css

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

 a { background-color: rgb(255,125,101); }

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

border-color css

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

 span { border-color: rgb(255,125,101); }

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