Html Css Color HEX #FB7B6F Salmon

📋 copy color: '#FB7B6F'

red 251 ◦ green 123 ◦ blue 111

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

Shades of Salmon #FB7B6F

Tints of Salmon #FB7B6F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.36%

 BLUE value IS 111 (43.75% from 255) = 22.89%

R = 51.75%
G = 25.36%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FB7B6F (or 0xFB7B6F) is known color: Salmon. HEX triplet: FB, 7B and 6F. RGB value is (251,123,111). Sum of RGB (Red+Green+Blue) = 251+123+111=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7B6F is #048490. Grayscale: #A0A0A0. Windows color (decimal): -296081 or 7306235. OLE color: 7306235.

HSL color Cylindrical-coordinate representation of color #FB7B6F: hue angle of 5.14º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FB7B6F is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 123 111 -
CMYK 0 0.51 0.56 0.02
HSL 5.14º 0.95% 0.71% -
HSV(B) 5.14º 0.56% 0.98% -
XYZ 49.74 35.82 19.33 -
YUV 159.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 251 123 111 0 0.51 0.56 0.02 5.14 0.95 0.71
Hex FB 7B 6F 0 33 38 2 5 5F 47
Octal 373 173 157 0 63 70 2 5 137 107
Binary 11111011 1111011 1101111 0 110011 111000 10 101 1011111 1000111

Color Harmonies of #FB7B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7B6F

Black with #FB7B6F

Text Example


Text Example

White with #FB7B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7B6F; }

 p { color: rgb(251,123,111); }

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

background-color css

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

 a { background-color: rgb(251,123,111); }

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

border-color css

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

 span { border-color: rgb(251,123,111); }

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