Html Css Color HEX #FA9F78 Light Salmon

📋 copy color: '#FA9F78'

red 250 ◦ green 159 ◦ blue 120

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

Shades of Light Salmon #FA9F78

Tints of Light Salmon #FA9F78

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.06%

 BLUE value IS 120 (47.27% from 255) = 22.68%

R = 47.26%
G = 30.06%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA9F78 (or 0xFA9F78) is known color: Light Salmon. HEX triplet: FA, 9F and 78. RGB value is (250,159,120). Sum of RGB (Red+Green+Blue) = 250+159+120=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 120 (47.27% from 255 or 22.68% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9F78 is #056087. Grayscale: #B6B6B6. Windows color (decimal): -352392 or 7905274. OLE color: 7905274.

HSL color Cylindrical-coordinate representation of color #FA9F78: hue angle of 18º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA9F78 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 159 120 -
CMYK 0 0.36 0.52 0.02
HSL 18º 0.93% 0.73% -
HSV(B) 18º 0.52% 0.98% -
XYZ 55.21 46.48 23.83 -
YUV 181.76 93.15 176.67 -
System Red Green Blue C M Y K H S L
Decimal 250 159 120 0 0.36 0.52 0.02 18 0.93 0.73
Hex FA 9F 78 0 24 34 2 12 5D 49
Octal 372 237 170 0 44 64 2 22 135 111
Binary 11111010 10011111 1111000 0 100100 110100 10 10010 1011101 1001001

Color Harmonies of #FA9F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F78

Black with #FA9F78

Text Example


Text Example

White with #FA9F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F78; }

 p { color: rgb(250,159,120); }

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

background-color css

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

 a { background-color: rgb(250,159,120); }

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

border-color css

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

 span { border-color: rgb(250,159,120); }

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