Shades of Crusta #FA8551
Tints of Crusta #FA8551
RGB
CMYK
RGB Variations
Color information
#FA8551 (or 0xFA8551) is known color: Crusta. HEX triplet: FA, 85 and 51. RGB value is (250,133,81). Sum of RGB (Red+Green+Blue) = 250+133+81=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8551 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8551 is #057AAE. Grayscale: #A2A2A2. Windows color (decimal): -359087 or 5342714. OLE color: 5342714.
HSL color Cylindrical-coordinate representation of color #FA8551: hue angle of 18.46º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA8551 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 81 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.02 |
| HSL | 18.46º | 0.94% | 0.65% | - |
| HSV(B) | 18.46º | 0.68% | 0.98% | - |
| XYZ | 49.3 | 37.69 | 12.46 | - |
| YUV | 162.06 | 82.26 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 81 | 0 | 0.47 | 0.68 | 0.02 | 18.46 | 0.94 | 0.65 |
| Hex | FA | 85 | 51 | 0 | 2F | 44 | 2 | 12 | 5E | 41 |
| Octal | 372 | 205 | 121 | 0 | 57 | 104 | 2 | 22 | 136 | 101 |
| Binary | 11111010 | 10000101 | 1010001 | 0 | 101111 | 1000100 | 10 | 10010 | 1011110 | 1000001 |
Color Harmonies of #FA8551
Complementary color
Monochromatic Colors of #FA8551
Black with #FA8551
Text Example
Text Example
White with #FA8551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8551; }
p { color: rgb(250,133,81); }
H1.HeaderClassName
{
color: #FA8551;
}
.AnyTagClassName
{
color: #FA8551;
}
</style>
background-color css
<style>
a { background-color: #FA8551; }
a { background-color: rgb(250,133,81); }
div.DivClassName
{
background-color: #FA8551;
}
.BgClassName
{
background-color: #FA8551;
}
</style>
border-color css
<style>
span { border-color: #FA8551; }
span { border-color: rgb(250,133,81); }
td.TdClassName
{
border-color: #FA8551;
}
.TagClassName
{
border-color: #FA8551;
}
</style>