Html Css Color HEX #FB9977 Light Salmon

📋 copy color: '#FB9977'

red 251 ◦ green 153 ◦ blue 119

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

Shades of Light Salmon #FB9977

Tints of Light Salmon #FB9977

RGB

 RED value IS 251 (98.44% from 255) = 47.99%

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

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

R = 47.99%
G = 29.25%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB9977 (or 0xFB9977) is known color: Light Salmon. HEX triplet: FB, 99 and 77. RGB value is (251,153,119). Sum of RGB (Red+Green+Blue) = 251+153+119=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 119 (46.88% from 255 or 22.75% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9977 is #046688. Grayscale: #B2B2B2. Windows color (decimal): -288393 or 7838203. OLE color: 7838203.

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

Color convert

RGB 251 153 119 -
CMYK 0 0.39 0.53 0.02
HSL 15.45º 0.94% 0.73% -
HSV(B) 15.45º 0.53% 0.98% -
XYZ 54.5 44.62 23.19 -
YUV 178.43 94.47 179.76 -
System Red Green Blue C M Y K H S L
Decimal 251 153 119 0 0.39 0.53 0.02 15.45 0.94 0.73
Hex FB 99 77 0 27 35 2 F 5E 49
Octal 373 231 167 0 47 65 2 17 136 111
Binary 11111011 10011001 1110111 0 100111 110101 10 1111 1011110 1001001

Color Harmonies of #FB9977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9977

Black with #FB9977

Text Example


Text Example

White with #FB9977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9977; }

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

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

background-color css

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

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

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

border-color css

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

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

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