Html Css Color HEX #FA8063 Salmon

📋 copy color: '#FA8063'

red 250 ◦ green 128 ◦ blue 99

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

Shades of Salmon #FA8063

Tints of Salmon #FA8063

RGB

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

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

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

R = 52.41%
G = 26.83%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA8063 (or 0xFA8063) is known color: Salmon. HEX triplet: FA, 80 and 63. RGB value is (250,128,99). Sum of RGB (Red+Green+Blue) = 250+128+99=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8063 is #057F9C. Grayscale: #A1A1A1. Windows color (decimal): -360349 or 6521082. OLE color: 6521082.

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

Color convert

RGB 250 128 99 -
CMYK 0 0.49 0.60 0.02
HSL 11.52º 0.94% 0.68% -
HSV(B) 11.52º 0.6% 0.98% -
XYZ 49.4 36.66 16.28 -
YUV 161.17 92.92 191.36 -
System Red Green Blue C M Y K H S L
Decimal 250 128 99 0 0.49 0.60 0.02 11.52 0.94 0.68
Hex FA 80 63 0 31 3C 2 C 5E 44
Octal 372 200 143 0 61 74 2 14 136 104
Binary 11111010 10000000 1100011 0 110001 111100 10 1100 1011110 1000100

Color Harmonies of #FA8063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8063

Black with #FA8063

Text Example


Text Example

White with #FA8063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8063; }

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

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

background-color css

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

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

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

border-color css

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

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

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