#FB8961

Color #FB8961 Crusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusta #FB8961

Tints of Crusta #FB8961

Color information

#FB8961 (or 0xFB8961) is unknown color: approx Crusta. HEX triplet: FB, 89 and 61. RGB value is (251,137,97). Sum of RGB (Red+Green+Blue) = 251+137+97=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8961 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8961 is #04769E. Grayscale: #A6A6A6. Windows color (decimal): -292511 or 6392315. OLE color: 6392315.

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

Color convert

RGB25113797-
CMYK00.450.610.02
HSL15.58º95.06%68.24%-
HSV(B)15.58º61.35%98.43%-
XYZ50.8939.2616.21-
YUV166.5388.77188.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.75%
GREEN value IS 137 (53.91% from 255) = 28.25%
BLUE value IS 97 (38.28% from 255) = 20%
R=51.75%
G=28.25%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511379700.450.610.0215.5895.0668.24
HexFB896102D3D2105f44
Octal37321114105575220137104
Binary111110111000100111000010101101111101101000010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8961; }

 p { color: rgb(251,137,97); }

 H1.HeaderClassName
 {
   color: #FB8961;
 }
 .AnyTagClassName
 {
   color: #FB8961;
 }
</style>
background-color css

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

 a { background-color: rgb(251,137,97); }

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

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

 span { border-color: rgb(251,137,97); }

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