Html Css Color HEX #FB8564 Salmon

📋 copy color: '#FB8564'

red 251 ◦ green 133 ◦ blue 100

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

Shades of Salmon #FB8564

Tints of Salmon #FB8564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.66%

R = 51.86%
G = 27.48%
B = 20.66%

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

#FB8564 (or 0xFB8564) is known color: Salmon. HEX triplet: FB, 85 and 64. RGB value is (251,133,100). Sum of RGB (Red+Green+Blue) = 251+133+100=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8564 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8564 is #047A9B. Grayscale: #A4A4A4. Windows color (decimal): -293532 or 6587899. OLE color: 6587899.

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

Color convert

RGB 251 133 100 -
CMYK 0 0.47 0.60 0.02
HSL 13.11º 0.95% 0.69% -
HSV(B) 13.11º 0.6% 0.98% -
XYZ 50.47 38.2 16.77 -
YUV 164.52 91.59 189.68 -
System Red Green Blue C M Y K H S L
Decimal 251 133 100 0 0.47 0.60 0.02 13.11 0.95 0.69
Hex FB 85 64 0 2F 3C 2 D 5F 45
Octal 373 205 144 0 57 74 2 15 137 105
Binary 11111011 10000101 1100100 0 101111 111100 10 1101 1011111 1000101

Color Harmonies of #FB8564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8564

Black with #FB8564

Text Example


Text Example

White with #FB8564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8564; }

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

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

background-color css

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

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

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

border-color css

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

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

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