Html Css Color HEX #FA8069 Salmon

📋 copy color: '#FA8069'

red 250 ◦ green 128 ◦ blue 105

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

Shades of Salmon #FA8069

Tints of Salmon #FA8069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.74%

R = 51.76%
G = 26.5%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA8069 (or 0xFA8069) is known color: Salmon. HEX triplet: FA, 80 and 69. RGB value is (250,128,105). Sum of RGB (Red+Green+Blue) = 250+128+105=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8069 is #057F96. Grayscale: #A2A2A2. Windows color (decimal): -360343 or 6914298. OLE color: 6914298.

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

Color convert

RGB 250 128 105 -
CMYK 0 0.49 0.58 0.02
HSL 9.52º 0.94% 0.7% -
HSV(B) 9.52º 0.58% 0.98% -
XYZ 49.69 36.78 17.85 -
YUV 161.86 95.92 190.87 -
System Red Green Blue C M Y K H S L
Decimal 250 128 105 0 0.49 0.58 0.02 9.52 0.94 0.7
Hex FA 80 69 0 31 3A 2 A 5E 46
Octal 372 200 151 0 61 72 2 12 136 106
Binary 11111010 10000000 1101001 0 110001 111010 10 1010 1011110 1000110

Color Harmonies of #FA8069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8069

Black with #FA8069

Text Example


Text Example

White with #FA8069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8069; }

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

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

background-color css

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

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

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

border-color css

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

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

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