Html Css Color HEX #FF8363 Salmon

📋 copy color: '#FF8363'

red 255 ◦ green 131 ◦ blue 99

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

Shades of Salmon #FF8363

Tints of Salmon #FF8363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.41%

R = 52.58%
G = 27.01%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FF8363 (or 0xFF8363) is known color: Salmon. HEX triplet: FF, 83 and 63. RGB value is (255,131,99). Sum of RGB (Red+Green+Blue) = 255+131+99=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8363 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8363 is #007C9C. Grayscale: #A4A4A4. Windows color (decimal): -31901 or 6521855. OLE color: 6521855.

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

Color convert

RGB 255 131 99 -
CMYK 0 0.49 0.61 0
HSL 12.31º 1% 0.69% -
HSV(B) 12.31º 0.61% 1% -
XYZ 51.61 38.39 16.5 -
YUV 164.43 91.08 192.6 -
System Red Green Blue C M Y K H S L
Decimal 255 131 99 0 0.49 0.61 0 12.31 1 0.69
Hex FF 83 63 0 31 3D 0 C 64 45
Octal 377 203 143 0 61 75 0 14 144 105
Binary 11111111 10000011 1100011 0 110001 111101 0 1100 1100100 1000101

Color Harmonies of #FF8363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8363

Black with #FF8363

Text Example


Text Example

White with #FF8363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8363; }

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

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

background-color css

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

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

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

border-color css

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

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

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