Html Css Color HEX #FB8078 Salmon

📋 copy color: '#FB8078'

red 251 ◦ green 128 ◦ blue 120

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

Shades of Salmon #FB8078

Tints of Salmon #FB8078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.05%

R = 50.3%
G = 25.65%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FB8078 (or 0xFB8078) is known color: Salmon. HEX triplet: FB, 80 and 78. RGB value is (251,128,120). Sum of RGB (Red+Green+Blue) = 251+128+120=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8078 is #047F87. Grayscale: #A4A4A4. Windows color (decimal): -294792 or 7897339. OLE color: 7897339.

HSL color Cylindrical-coordinate representation of color #FB8078: hue angle of 3.66º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FB8078 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 128 120 -
CMYK 0 0.49 0.52 0.02
HSL 3.66º 0.94% 0.73% -
HSV(B) 3.66º 0.52% 0.98% -
XYZ 50.89 37.3 22.29 -
YUV 163.87 103.25 190.15 -
System Red Green Blue C M Y K H S L
Decimal 251 128 120 0 0.49 0.52 0.02 3.66 0.94 0.73
Hex FB 80 78 0 31 34 2 4 5E 49
Octal 373 200 170 0 61 64 2 4 136 111
Binary 11111011 10000000 1111000 0 110001 110100 10 100 1011110 1001001

Color Harmonies of #FB8078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8078

Black with #FB8078

Text Example


Text Example

White with #FB8078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8078; }

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

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

background-color css

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

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

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

border-color css

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

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

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