Html Css Color HEX #FA8563 Salmon

📋 copy color: '#FA8563'

red 250 ◦ green 133 ◦ blue 99

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

Shades of Salmon #FA8563

Tints of Salmon #FA8563

RGB

 RED value IS 250 (98.05% from 255) = 51.87%

 GREEN value IS 133 (52.34% from 255) = 27.59%

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

R = 51.87%
G = 27.59%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA8563 (or 0xFA8563) is known color: Salmon. HEX triplet: FA, 85 and 63. RGB value is (250,133,99). Sum of RGB (Red+Green+Blue) = 250+133+99=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8563 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8563 is #057A9C. Grayscale: #A4A4A4. Windows color (decimal): -359069 or 6522362. OLE color: 6522362.

HSL color Cylindrical-coordinate representation of color #FA8563: hue angle of 13.51º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA8563 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 133 99 -
CMYK 0 0.47 0.60 0.02
HSL 13.51º 0.94% 0.68% -
HSV(B) 13.51º 0.6% 0.98% -
XYZ 50.06 38 16.5 -
YUV 164.11 91.26 189.26 -
System Red Green Blue C M Y K H S L
Decimal 250 133 99 0 0.47 0.60 0.02 13.51 0.94 0.68
Hex FA 85 63 0 2F 3C 2 E 5E 44
Octal 372 205 143 0 57 74 2 16 136 104
Binary 11111010 10000101 1100011 0 101111 111100 10 1110 1011110 1000100

Color Harmonies of #FA8563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8563

Black with #FA8563

Text Example


Text Example

White with #FA8563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8563; }

 p { color: rgb(250,133,99); }

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

background-color css

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

 a { background-color: rgb(250,133,99); }

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

border-color css

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

 span { border-color: rgb(250,133,99); }

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