Html Css Color HEX #FB8974 Salmon

📋 copy color: '#FB8974'

red 251 ◦ green 137 ◦ blue 116

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

Shades of Salmon #FB8974

Tints of Salmon #FB8974

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.18%

 BLUE value IS 116 (45.7% from 255) = 23.02%

R = 49.8%
G = 27.18%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FB8974 (or 0xFB8974) is known color: Salmon. HEX triplet: FB, 89 and 74. RGB value is (251,137,116). Sum of RGB (Red+Green+Blue) = 251+137+116=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8974 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8974 is #04768B. Grayscale: #A8A8A8. Windows color (decimal): -292492 or 7637499. OLE color: 7637499.

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

Color convert

RGB 251 137 116 -
CMYK 0 0.45 0.54 0.02
HSL 9.33º 0.94% 0.72% -
HSV(B) 9.33º 0.54% 0.98% -
XYZ 51.88 39.66 21.44 -
YUV 168.69 98.27 186.71 -
System Red Green Blue C M Y K H S L
Decimal 251 137 116 0 0.45 0.54 0.02 9.33 0.94 0.72
Hex FB 89 74 0 2D 36 2 9 5E 48
Octal 373 211 164 0 55 66 2 11 136 110
Binary 11111011 10001001 1110100 0 101101 110110 10 1001 1011110 1001000

Color Harmonies of #FB8974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8974

Black with #FB8974

Text Example


Text Example

White with #FB8974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8974; }

 p { color: rgb(251,137,116); }

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

background-color css

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

 a { background-color: rgb(251,137,116); }

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

border-color css

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

 span { border-color: rgb(251,137,116); }

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