Shades of Crusta #FA8454
Tints of Crusta #FA8454
RGB
CMYK
RGB Variations
Color information
#FA8454 (or 0xFA8454) is known color: Crusta. HEX triplet: FA, 84 and 54. RGB value is (250,132,84). Sum of RGB (Red+Green+Blue) = 250+132+84=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8454 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8454 is #057BAB. Grayscale: #A2A2A2. Windows color (decimal): -359340 or 5539066. OLE color: 5539066.
HSL color Cylindrical-coordinate representation of color #FA8454: hue angle of 17.35º 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 #FA8454 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 84 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.02 |
| HSL | 17.35º | 0.94% | 0.65% | - |
| HSV(B) | 17.35º | 0.66% | 0.98% | - |
| XYZ | 49.28 | 37.47 | 13.02 | - |
| YUV | 161.81 | 84.09 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 84 | 0 | 0.47 | 0.66 | 0.02 | 17.35 | 0.94 | 0.65 |
| Hex | FA | 84 | 54 | 0 | 2F | 42 | 2 | 11 | 5E | 41 |
| Octal | 372 | 204 | 124 | 0 | 57 | 102 | 2 | 21 | 136 | 101 |
| Binary | 11111010 | 10000100 | 1010100 | 0 | 101111 | 1000010 | 10 | 10001 | 1011110 | 1000001 |
Color Harmonies of #FA8454
Complementary color
Monochromatic Colors of #FA8454
Black with #FA8454
Text Example
Text Example
White with #FA8454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8454; }
p { color: rgb(250,132,84); }
H1.HeaderClassName
{
color: #FA8454;
}
.AnyTagClassName
{
color: #FA8454;
}
</style>
background-color css
<style>
a { background-color: #FA8454; }
a { background-color: rgb(250,132,84); }
div.DivClassName
{
background-color: #FA8454;
}
.BgClassName
{
background-color: #FA8454;
}
</style>
border-color css
<style>
span { border-color: #FA8454; }
span { border-color: rgb(250,132,84); }
td.TdClassName
{
border-color: #FA8454;
}
.TagClassName
{
border-color: #FA8454;
}
</style>