Html Css Color HEX #FB8070 Salmon

📋 copy color: '#FB8070'

red 251 ◦ green 128 ◦ blue 112

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

Shades of Salmon #FB8070

Tints of Salmon #FB8070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.07%

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

R = 51.12%
G = 26.07%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB8070 (or 0xFB8070) is known color: Salmon. HEX triplet: FB, 80 and 70. RGB value is (251,128,112). Sum of RGB (Red+Green+Blue) = 251+128+112=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8070 is #047F8F. Grayscale: #A3A3A3. Windows color (decimal): -294800 or 7373051. OLE color: 7373051.

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

Color convert

RGB 251 128 112 -
CMYK 0 0.49 0.55 0.02
HSL 6.91º 0.95% 0.71% -
HSV(B) 6.91º 0.55% 0.98% -
XYZ 50.43 37.12 19.84 -
YUV 162.95 99.25 190.8 -
System Red Green Blue C M Y K H S L
Decimal 251 128 112 0 0.49 0.55 0.02 6.91 0.95 0.71
Hex FB 80 70 0 31 37 2 7 5F 47
Octal 373 200 160 0 61 67 2 7 137 107
Binary 11111011 10000000 1110000 0 110001 110111 10 111 1011111 1000111

Color Harmonies of #FB8070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8070

Black with #FB8070

Text Example


Text Example

White with #FB8070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8070; }

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

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

background-color css

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

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

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

border-color css

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

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

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