Html Css Color HEX #FF8063 Salmon

📋 copy color: '#FF8063'

red 255 ◦ green 128 ◦ blue 99

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

Shades of Salmon #FF8063

Tints of Salmon #FF8063

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.56%

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

R = 52.9%
G = 26.56%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FF8063 (or 0xFF8063) is known color: Salmon. HEX triplet: FF, 80 and 63. RGB value is (255,128,99). Sum of RGB (Red+Green+Blue) = 255+128+99=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8063 is #007F9C. Grayscale: #A2A2A2. Windows color (decimal): -32669 or 6521087. OLE color: 6521087.

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

Color convert

RGB 255 128 99 -
CMYK 0 0.50 0.61 0
HSL 11.15º 1% 0.69% -
HSV(B) 11.15º 0.61% 1% -
XYZ 51.21 37.6 16.36 -
YUV 162.67 92.08 193.86 -
System Red Green Blue C M Y K H S L
Decimal 255 128 99 0 0.50 0.61 0 11.15 1 0.69
Hex FF 80 63 0 32 3D 0 B 64 45
Octal 377 200 143 0 62 75 0 13 144 105
Binary 11111111 10000000 1100011 0 110010 111101 0 1011 1100100 1000101

Color Harmonies of #FF8063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8063

Black with #FF8063

Text Example


Text Example

White with #FF8063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8063; }

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

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

background-color css

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

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

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

border-color css

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

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

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