Html Css Color HEX #FF8365 Salmon

📋 copy color: '#FF8365'

red 255 ◦ green 131 ◦ blue 101

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

Shades of Salmon #FF8365

Tints of Salmon #FF8365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.9%

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

R = 52.36%
G = 26.9%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FF8365 (or 0xFF8365) is known color: Salmon. HEX triplet: FF, 83 and 65. RGB value is (255,131,101). Sum of RGB (Red+Green+Blue) = 255+131+101=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8365 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8365 is #007C9A. Grayscale: #A4A4A4. Windows color (decimal): -31899 or 6652927. OLE color: 6652927.

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

Color convert

RGB 255 131 101 -
CMYK 0 0.49 0.60 0
HSL 11.69º 1% 0.7% -
HSV(B) 11.69º 0.6% 1% -
XYZ 51.71 38.43 17 -
YUV 164.66 92.08 192.44 -
System Red Green Blue C M Y K H S L
Decimal 255 131 101 0 0.49 0.60 0 11.69 1 0.7
Hex FF 83 65 0 31 3C 0 C 64 46
Octal 377 203 145 0 61 74 0 14 144 106
Binary 11111111 10000011 1100101 0 110001 111100 0 1100 1100100 1000110

Color Harmonies of #FF8365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8365

Black with #FF8365

Text Example


Text Example

White with #FF8365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8365; }

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

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

background-color css

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

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

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

border-color css

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

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

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