Html Css Color HEX #FB7670 Salmon

📋 copy color: '#FB7670'

red 251 ◦ green 118 ◦ blue 112

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

Shades of Salmon #FB7670

Tints of Salmon #FB7670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.28%

R = 52.18%
G = 24.53%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB7670 (or 0xFB7670) is known color: Salmon. HEX triplet: FB, 76 and 70. RGB value is (251,118,112). Sum of RGB (Red+Green+Blue) = 251+118+112=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7670 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7670 is #04898F. Grayscale: #9D9D9D. Windows color (decimal): -297360 or 7370491. OLE color: 7370491.

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

Color convert

RGB 251 118 112 -
CMYK 0 0.53 0.55 0.02
HSL 2.59º 0.95% 0.71% -
HSV(B) 2.59º 0.55% 0.98% -
XYZ 49.19 34.64 19.42 -
YUV 157.08 102.56 194.99 -
System Red Green Blue C M Y K H S L
Decimal 251 118 112 0 0.53 0.55 0.02 2.59 0.95 0.71
Hex FB 76 70 0 35 37 2 3 5F 47
Octal 373 166 160 0 65 67 2 3 137 107
Binary 11111011 1110110 1110000 0 110101 110111 10 11 1011111 1000111

Color Harmonies of #FB7670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7670

Black with #FB7670

Text Example


Text Example

White with #FB7670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7670; }

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

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

background-color css

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

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

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

border-color css

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

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

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