#FB8461

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

Shades of Crusta #FB8461

Tints of Crusta #FB8461

Color information

#FB8461 (or 0xFB8461) is unknown color: approx Crusta. HEX triplet: FB, 84 and 61. RGB value is (251,132,97). Sum of RGB (Red+Green+Blue) = 251+132+97=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 97 (38.28% from 255 or 20.21% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8461 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8461 is #047B9E. Grayscale: #A3A3A3. Windows color (decimal): -293791 or 6391035. OLE color: 6391035.

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

Color convert

RGB25113297-
CMYK00.470.610.02
HSL13.64º95.06%68.24%-
HSV(B)13.64º61.35%98.43%-
XYZ50.1937.8715.97-
YUV163.5990.42190.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.29%
GREEN value IS 132 (51.95% from 255) = 27.5%
BLUE value IS 97 (38.28% from 255) = 20.21%
R=52.29%
G=27.5%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511329700.470.610.0213.6495.0668.24
HexFB846102F3D2e5f44
Octal37320414105775216137104
Binary11111011100001001100001010111111110110111010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8461; }

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

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

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

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

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

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

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

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