Html Css Color HEX #FA8263 Salmon

📋 copy color: '#FA8263'

red 250 ◦ green 130 ◦ blue 99

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

Shades of Salmon #FA8263

Tints of Salmon #FA8263

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.14%

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

R = 52.19%
G = 27.14%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA8263 (or 0xFA8263) is known color: Salmon. HEX triplet: FA, 82 and 63. RGB value is (250,130,99). Sum of RGB (Red+Green+Blue) = 250+130+99=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8263 is #057D9C. Grayscale: #A2A2A2. Windows color (decimal): -359837 or 6521594. OLE color: 6521594.

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

Color convert

RGB 250 130 99 -
CMYK 0 0.48 0.60 0.02
HSL 12.32º 0.94% 0.68% -
HSV(B) 12.32º 0.6% 0.98% -
XYZ 49.66 37.19 16.37 -
YUV 162.35 92.26 190.52 -
System Red Green Blue C M Y K H S L
Decimal 250 130 99 0 0.48 0.60 0.02 12.32 0.94 0.68
Hex FA 82 63 0 30 3C 2 C 5E 44
Octal 372 202 143 0 60 74 2 14 136 104
Binary 11111010 10000010 1100011 0 110000 111100 10 1100 1011110 1000100

Color Harmonies of #FA8263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8263

Black with #FA8263

Text Example


Text Example

White with #FA8263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8263; }

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

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

background-color css

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

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

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

border-color css

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

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

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