Html Css Color HEX #FB8B74 Salmon

📋 copy color: '#FB8B74'

red 251 ◦ green 139 ◦ blue 116

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

Shades of Salmon #FB8B74

Tints of Salmon #FB8B74

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.47%

 BLUE value IS 116 (45.7% from 255) = 22.92%

R = 49.6%
G = 27.47%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FB8B74 (or 0xFB8B74) is known color: Salmon. HEX triplet: FB, 8B and 74. RGB value is (251,139,116). Sum of RGB (Red+Green+Blue) = 251+139+116=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8B74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8B74 is #04748B. Grayscale: #AAAAAA. Windows color (decimal): -291980 or 7638011. OLE color: 7638011.

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

Color convert

RGB 251 139 116 -
CMYK 0 0.45 0.54 0.02
HSL 10.22º 0.94% 0.72% -
HSV(B) 10.22º 0.54% 0.98% -
XYZ 52.17 40.24 21.54 -
YUV 169.87 97.61 185.87 -
System Red Green Blue C M Y K H S L
Decimal 251 139 116 0 0.45 0.54 0.02 10.22 0.94 0.72
Hex FB 8B 74 0 2D 36 2 A 5E 48
Octal 373 213 164 0 55 66 2 12 136 110
Binary 11111011 10001011 1110100 0 101101 110110 10 1010 1011110 1001000

Color Harmonies of #FB8B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8B74

Black with #FB8B74

Text Example


Text Example

White with #FB8B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8B74; }

 p { color: rgb(251,139,116); }

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

background-color css

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

 a { background-color: rgb(251,139,116); }

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

border-color css

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

 span { border-color: rgb(251,139,116); }

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