Html Css Color HEX #FB8075 Salmon

📋 copy color: '#FB8075'

red 251 ◦ green 128 ◦ blue 117

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

Shades of Salmon #FB8075

Tints of Salmon #FB8075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.59%

R = 50.6%
G = 25.81%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB8075 (or 0xFB8075) is known color: Salmon. HEX triplet: FB, 80 and 75. RGB value is (251,128,117). Sum of RGB (Red+Green+Blue) = 251+128+117=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8075 is #047F8A. Grayscale: #A3A3A3. Windows color (decimal): -294795 or 7700731. OLE color: 7700731.

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

Color convert

RGB 251 128 117 -
CMYK 0 0.49 0.53 0.02
HSL 4.93º 0.94% 0.72% -
HSV(B) 4.93º 0.53% 0.98% -
XYZ 50.71 37.23 21.34 -
YUV 163.52 101.75 190.39 -
System Red Green Blue C M Y K H S L
Decimal 251 128 117 0 0.49 0.53 0.02 4.93 0.94 0.72
Hex FB 80 75 0 31 35 2 5 5E 48
Octal 373 200 165 0 61 65 2 5 136 110
Binary 11111011 10000000 1110101 0 110001 110101 10 101 1011110 1001000

Color Harmonies of #FB8075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8075

Black with #FB8075

Text Example


Text Example

White with #FB8075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8075; }

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

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

background-color css

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

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

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

border-color css

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

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

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