Html Css Color HEX #FA9977 Light Salmon

📋 copy color: '#FA9977'

red 250 ◦ green 153 ◦ blue 119

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

Shades of Light Salmon #FA9977

Tints of Light Salmon #FA9977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.31%

 BLUE value IS 119 (46.88% from 255) = 22.8%

R = 47.89%
G = 29.31%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA9977 (or 0xFA9977) is known color: Light Salmon. HEX triplet: FA, 99 and 77. RGB value is (250,153,119). Sum of RGB (Red+Green+Blue) = 250+153+119=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 119 (46.88% from 255 or 22.80% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9977 is #056688. Grayscale: #B2B2B2. Windows color (decimal): -353929 or 7838202. OLE color: 7838202.

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

Color convert

RGB 250 153 119 -
CMYK 0 0.39 0.52 0.02
HSL 15.57º 0.93% 0.72% -
HSV(B) 15.57º 0.52% 0.98% -
XYZ 54.15 44.44 23.18 -
YUV 178.13 94.64 179.26 -
System Red Green Blue C M Y K H S L
Decimal 250 153 119 0 0.39 0.52 0.02 15.57 0.93 0.72
Hex FA 99 77 0 27 34 2 10 5D 48
Octal 372 231 167 0 47 64 2 20 135 110
Binary 11111010 10011001 1110111 0 100111 110100 10 10000 1011101 1001000

Color Harmonies of #FA9977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9977

Black with #FA9977

Text Example


Text Example

White with #FA9977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9977; }

 p { color: rgb(250,153,119); }

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

background-color css

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

 a { background-color: rgb(250,153,119); }

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

border-color css

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

 span { border-color: rgb(250,153,119); }

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