Html Css Color HEX #FB9972 Light Salmon

📋 copy color: '#FB9972'

red 251 ◦ green 153 ◦ blue 114

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

Shades of Light Salmon #FB9972

Tints of Light Salmon #FB9972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.01%

R = 48.46%
G = 29.54%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB9972 (or 0xFB9972) is known color: Light Salmon. HEX triplet: FB, 99 and 72. RGB value is (251,153,114). Sum of RGB (Red+Green+Blue) = 251+153+114=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9972 is #04668D. Grayscale: #B2B2B2. Windows color (decimal): -288398 or 7510523. OLE color: 7510523.

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

Color convert

RGB 251 153 114 -
CMYK 0 0.39 0.55 0.02
HSL 17.08º 0.94% 0.72% -
HSV(B) 17.08º 0.55% 0.98% -
XYZ 54.21 44.51 21.65 -
YUV 177.86 91.97 180.17 -
System Red Green Blue C M Y K H S L
Decimal 251 153 114 0 0.39 0.55 0.02 17.08 0.94 0.72
Hex FB 99 72 0 27 37 2 11 5E 48
Octal 373 231 162 0 47 67 2 21 136 110
Binary 11111011 10011001 1110010 0 100111 110111 10 10001 1011110 1001000

Color Harmonies of #FB9972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9972

Black with #FB9972

Text Example


Text Example

White with #FB9972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9972; }

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

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

background-color css

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

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

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

border-color css

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

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

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