Html Css Color HEX #FB7B75 Salmon

📋 copy color: '#FB7B75'

red 251 ◦ green 123 ◦ blue 117

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

Shades of Salmon #FB7B75

Tints of Salmon #FB7B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.83%

R = 51.12%
G = 25.05%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB7B75 (or 0xFB7B75) is known color: Salmon. HEX triplet: FB, 7B and 75. RGB value is (251,123,117). Sum of RGB (Red+Green+Blue) = 251+123+117=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7B75 is #04848A. Grayscale: #A0A0A0. Windows color (decimal): -296075 or 7699451. OLE color: 7699451.

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

Color convert

RGB 251 123 117 -
CMYK 0 0.51 0.53 0.02
HSL 2.69º 0.94% 0.72% -
HSV(B) 2.69º 0.53% 0.98% -
XYZ 50.08 35.96 21.13 -
YUV 160.59 103.41 192.49 -
System Red Green Blue C M Y K H S L
Decimal 251 123 117 0 0.51 0.53 0.02 2.69 0.94 0.72
Hex FB 7B 75 0 33 35 2 3 5E 48
Octal 373 173 165 0 63 65 2 3 136 110
Binary 11111011 1111011 1110101 0 110011 110101 10 11 1011110 1001000

Color Harmonies of #FB7B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7B75

Black with #FB7B75

Text Example


Text Example

White with #FB7B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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