Shades of Crusta #FA8554
Tints of Crusta #FA8554
RGB
CMYK
RGB Variations
Color information
#FA8554 (or 0xFA8554) is known color: Crusta. HEX triplet: FA, 85 and 54. RGB value is (250,133,84). Sum of RGB (Red+Green+Blue) = 250+133+84=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 84 (33.20% from 255 or 17.99% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8554 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8554 is #057AAB. Grayscale: #A2A2A2. Windows color (decimal): -359084 or 5539322. OLE color: 5539322.
HSL color Cylindrical-coordinate representation of color #FA8554: hue angle of 17.71º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA8554 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 84 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.02 |
| HSL | 17.71º | 0.94% | 0.65% | - |
| HSV(B) | 17.71º | 0.66% | 0.98% | - |
| XYZ | 49.41 | 37.74 | 13.07 | - |
| YUV | 162.4 | 83.76 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 84 | 0 | 0.47 | 0.66 | 0.02 | 17.71 | 0.94 | 0.65 |
| Hex | FA | 85 | 54 | 0 | 2F | 42 | 2 | 12 | 5E | 41 |
| Octal | 372 | 205 | 124 | 0 | 57 | 102 | 2 | 22 | 136 | 101 |
| Binary | 11111010 | 10000101 | 1010100 | 0 | 101111 | 1000010 | 10 | 10010 | 1011110 | 1000001 |
Color Harmonies of #FA8554
Complementary color
Monochromatic Colors of #FA8554
Black with #FA8554
Text Example
Text Example
White with #FA8554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8554; }
p { color: rgb(250,133,84); }
H1.HeaderClassName
{
color: #FA8554;
}
.AnyTagClassName
{
color: #FA8554;
}
</style>
background-color css
<style>
a { background-color: #FA8554; }
a { background-color: rgb(250,133,84); }
div.DivClassName
{
background-color: #FA8554;
}
.BgClassName
{
background-color: #FA8554;
}
</style>
border-color css
<style>
span { border-color: #FA8554; }
span { border-color: rgb(250,133,84); }
td.TdClassName
{
border-color: #FA8554;
}
.TagClassName
{
border-color: #FA8554;
}
</style>