Html Css Color HEX #FB766B Salmon

📋 copy color: '#FB766B'

red 251 ◦ green 118 ◦ blue 107

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

Shades of Salmon #FB766B

Tints of Salmon #FB766B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.79%

 BLUE value IS 107 (42.19% from 255) = 22.48%

R = 52.73%
G = 24.79%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FB766B (or 0xFB766B) is known color: Salmon. HEX triplet: FB, 76 and 6B. RGB value is (251,118,107). Sum of RGB (Red+Green+Blue) = 251+118+107=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB766B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB766B is #048994. Grayscale: #9C9C9C. Windows color (decimal): -297365 or 7042811. OLE color: 7042811.

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

Color convert

RGB 251 118 107 -
CMYK 0 0.53 0.57 0.02
HSL 4.58º 0.95% 0.7% -
HSV(B) 4.58º 0.57% 0.98% -
XYZ 48.92 34.53 18 -
YUV 156.51 100.06 195.39 -
System Red Green Blue C M Y K H S L
Decimal 251 118 107 0 0.53 0.57 0.02 4.58 0.95 0.7
Hex FB 76 6B 0 35 39 2 5 5F 46
Octal 373 166 153 0 65 71 2 5 137 106
Binary 11111011 1110110 1101011 0 110101 111001 10 101 1011111 1000110

Color Harmonies of #FB766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB766B

Black with #FB766B

Text Example


Text Example

White with #FB766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB766B; }

 p { color: rgb(251,118,107); }

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

background-color css

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

 a { background-color: rgb(251,118,107); }

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

border-color css

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

 span { border-color: rgb(251,118,107); }

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