Html Css Color HEX #FF7F65 Salmon

📋 copy color: '#FF7F65'

red 255 ◦ green 127 ◦ blue 101

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

Shades of Salmon #FF7F65

Tints of Salmon #FF7F65

RGB

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

 GREEN value IS 127 (50% from 255) = 26.29%

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

R = 52.8%
G = 26.29%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FF7F65 (or 0xFF7F65) is known color: Salmon. HEX triplet: FF, 7F and 65. RGB value is (255,127,101). Sum of RGB (Red+Green+Blue) = 255+127+101=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7F65 is #00809A. Grayscale: #A2A2A2. Windows color (decimal): -32923 or 6651903. OLE color: 6651903.

HSL color Cylindrical-coordinate representation of color #FF7F65: hue angle of 10.13º 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 #FF7F65 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.

Color convert

RGB 255 127 101 -
CMYK 0 0.50 0.60 0
HSL 10.13º 1% 0.7% -
HSV(B) 10.13º 0.6% 1% -
XYZ 51.18 37.38 16.83 -
YUV 162.31 93.41 194.11 -
System Red Green Blue C M Y K H S L
Decimal 255 127 101 0 0.50 0.60 0 10.13 1 0.7
Hex FF 7F 65 0 32 3C 0 A 64 46
Octal 377 177 145 0 62 74 0 12 144 106
Binary 11111111 1111111 1100101 0 110010 111100 0 1010 1100100 1000110

Color Harmonies of #FF7F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7F65

Black with #FF7F65

Text Example


Text Example

White with #FF7F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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