Html Css Color HEX #FA8262 Salmon

📋 copy color: '#FA8262'

red 250 ◦ green 130 ◦ blue 98

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

Shades of Salmon #FA8262

Tints of Salmon #FA8262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.5%

R = 52.3%
G = 27.2%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FA8262 (or 0xFA8262) is known color: Salmon. HEX triplet: FA, 82 and 62. RGB value is (250,130,98). Sum of RGB (Red+Green+Blue) = 250+130+98=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8262 is #057D9D. Grayscale: #A2A2A2. Windows color (decimal): -359838 or 6456058. OLE color: 6456058.

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

Color convert

RGB 250 130 98 -
CMYK 0 0.48 0.61 0.02
HSL 12.63º 0.94% 0.68% -
HSV(B) 12.63º 0.61% 0.98% -
XYZ 49.61 37.17 16.12 -
YUV 162.23 91.76 190.6 -
System Red Green Blue C M Y K H S L
Decimal 250 130 98 0 0.48 0.61 0.02 12.63 0.94 0.68
Hex FA 82 62 0 30 3D 2 D 5E 44
Octal 372 202 142 0 60 75 2 15 136 104
Binary 11111010 10000010 1100010 0 110000 111101 10 1101 1011110 1000100

Color Harmonies of #FA8262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8262

Black with #FA8262

Text Example


Text Example

White with #FA8262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8262; }

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

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

background-color css

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

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

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

border-color css

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

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

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