Html Css Color HEX #FB8270 Salmon

📋 copy color: '#FB8270'

red 251 ◦ green 130 ◦ blue 112

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

Shades of Salmon #FB8270

Tints of Salmon #FB8270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.37%

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

R = 50.91%
G = 26.37%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB8270 (or 0xFB8270) is known color: Salmon. HEX triplet: FB, 82 and 70. RGB value is (251,130,112). Sum of RGB (Red+Green+Blue) = 251+130+112=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8270 is #047D8F. Grayscale: #A4A4A4. Windows color (decimal): -294288 or 7373563. OLE color: 7373563.

HSL color Cylindrical-coordinate representation of color #FB8270: hue angle of 7.77º 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 #FB8270 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 130 112 -
CMYK 0 0.48 0.55 0.02
HSL 7.77º 0.95% 0.71% -
HSV(B) 7.77º 0.55% 0.98% -
XYZ 50.69 37.64 19.92 -
YUV 164.13 98.59 189.96 -
System Red Green Blue C M Y K H S L
Decimal 251 130 112 0 0.48 0.55 0.02 7.77 0.95 0.71
Hex FB 82 70 0 30 37 2 8 5F 47
Octal 373 202 160 0 60 67 2 10 137 107
Binary 11111011 10000010 1110000 0 110000 110111 10 1000 1011111 1000111

Color Harmonies of #FB8270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8270

Black with #FB8270

Text Example


Text Example

White with #FB8270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8270; }

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

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

background-color css

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

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

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

border-color css

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

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

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