#FB8661

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

Shades of Crusta #FB8661

Tints of Crusta #FB8661

Color information

#FB8661 (or 0xFB8661) is unknown color: approx Crusta. HEX triplet: FB, 86 and 61. RGB value is (251,134,97). Sum of RGB (Red+Green+Blue) = 251+134+97=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8661 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8661 is #04799E. Grayscale: #A5A5A5. Windows color (decimal): -293279 or 6391547. OLE color: 6391547.

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

Color convert

RGB25113497-
CMYK00.470.610.02
HSL14.42º95.06%68.24%-
HSV(B)14.42º61.35%98.43%-
XYZ50.4738.4216.07-
YUV164.7689.76189.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.07%
GREEN value IS 134 (52.73% from 255) = 27.80%
BLUE value IS 97 (38.28% from 255) = 20.12%
R=52.07%
G=27.80%
B=20.12%

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
Decimal2511349700.470.610.0214.4295.0668.24
HexFB866102F3D2e5f44
Octal37320614105775216137104
Binary11111011100001101100001010111111110110111010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8661; }

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

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

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

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

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

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

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

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