Shades of Crusta #FA8359
Tints of Crusta #FA8359
RGB
CMYK
RGB Variations
Color information
#FA8359 (or 0xFA8359) is known color: Crusta. HEX triplet: FA, 83 and 59. RGB value is (250,131,89). Sum of RGB (Red+Green+Blue) = 250+131+89=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 89 (35.16% from 255 or 18.94% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8359 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8359 is #057CA6. Grayscale: #A2A2A2. Windows color (decimal): -359591 or 5866490. OLE color: 5866490.
HSL color Cylindrical-coordinate representation of color #FA8359: hue angle of 15.65º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA8359 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 89 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.02 |
| HSL | 15.65º | 0.94% | 0.66% | - |
| HSV(B) | 15.65º | 0.64% | 0.98% | - |
| XYZ | 49.34 | 37.28 | 14.05 | - |
| YUV | 161.79 | 86.92 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 89 | 0 | 0.48 | 0.64 | 0.02 | 15.65 | 0.94 | 0.66 |
| Hex | FA | 83 | 59 | 0 | 30 | 40 | 2 | 10 | 5E | 42 |
| Octal | 372 | 203 | 131 | 0 | 60 | 100 | 2 | 20 | 136 | 102 |
| Binary | 11111010 | 10000011 | 1011001 | 0 | 110000 | 1000000 | 10 | 10000 | 1011110 | 1000010 |
Color Harmonies of #FA8359
Complementary color
Monochromatic Colors of #FA8359
Black with #FA8359
Text Example
Text Example
White with #FA8359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8359; }
p { color: rgb(250,131,89); }
H1.HeaderClassName
{
color: #FA8359;
}
.AnyTagClassName
{
color: #FA8359;
}
</style>
background-color css
<style>
a { background-color: #FA8359; }
a { background-color: rgb(250,131,89); }
div.DivClassName
{
background-color: #FA8359;
}
.BgClassName
{
background-color: #FA8359;
}
</style>
border-color css
<style>
span { border-color: #FA8359; }
span { border-color: rgb(250,131,89); }
td.TdClassName
{
border-color: #FA8359;
}
.TagClassName
{
border-color: #FA8359;
}
</style>