Html Css Color HEX #FB8565 Salmon

📋 copy color: '#FB8565'

red 251 ◦ green 133 ◦ blue 101

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

Shades of Salmon #FB8565

Tints of Salmon #FB8565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.42%

 BLUE value IS 101 (39.84% from 255) = 20.82%

R = 51.75%
G = 27.42%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FB8565 (or 0xFB8565) is known color: Salmon. HEX triplet: FB, 85 and 65. RGB value is (251,133,101). Sum of RGB (Red+Green+Blue) = 251+133+101=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8565 is #047A9A. Grayscale: #A4A4A4. Windows color (decimal): -293531 or 6653435. OLE color: 6653435.

HSL color Cylindrical-coordinate representation of color #FB8565: hue angle of 12.8º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB8565 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 133 101 -
CMYK 0 0.47 0.60 0.02
HSL 12.8º 0.95% 0.69% -
HSV(B) 12.8º 0.6% 0.98% -
XYZ 50.52 38.22 17.03 -
YUV 164.63 92.09 189.6 -
System Red Green Blue C M Y K H S L
Decimal 251 133 101 0 0.47 0.60 0.02 12.8 0.95 0.69
Hex FB 85 65 0 2F 3C 2 D 5F 45
Octal 373 205 145 0 57 74 2 15 137 105
Binary 11111011 10000101 1100101 0 101111 111100 10 1101 1011111 1000101

Color Harmonies of #FB8565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8565

Black with #FB8565

Text Example


Text Example

White with #FB8565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8565; }

 p { color: rgb(251,133,101); }

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

background-color css

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

 a { background-color: rgb(251,133,101); }

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

border-color css

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

 span { border-color: rgb(251,133,101); }

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