Html Css Color HEX #FB7B68 Salmon

📋 copy color: '#FB7B68'

red 251 ◦ green 123 ◦ blue 104

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

Shades of Salmon #FB7B68

Tints of Salmon #FB7B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.76%

R = 52.51%
G = 25.73%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FB7B68 (or 0xFB7B68) is known color: Salmon. HEX triplet: FB, 7B and 68. RGB value is (251,123,104). Sum of RGB (Red+Green+Blue) = 251+123+104=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7B68 is #048497. Grayscale: #9F9F9F. Windows color (decimal): -296088 or 6847483. OLE color: 6847483.

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

Color convert

RGB 251 123 104 -
CMYK 0 0.51 0.59 0.02
HSL 7.76º 0.95% 0.7% -
HSV(B) 7.76º 0.59% 0.98% -
XYZ 49.37 35.67 17.38 -
YUV 159.11 96.91 193.54 -
System Red Green Blue C M Y K H S L
Decimal 251 123 104 0 0.51 0.59 0.02 7.76 0.95 0.7
Hex FB 7B 68 0 33 3B 2 8 5F 46
Octal 373 173 150 0 63 73 2 10 137 106
Binary 11111011 1111011 1101000 0 110011 111011 10 1000 1011111 1000110

Color Harmonies of #FB7B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7B68

Black with #FB7B68

Text Example


Text Example

White with #FB7B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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