Shades of Crusta #FA9059
Tints of Crusta #FA9059
RGB
CMYK
RGB Variations
Color information
#FA9059 (or 0xFA9059) is known color: Crusta. HEX triplet: FA, 90 and 59. RGB value is (250,144,89). Sum of RGB (Red+Green+Blue) = 250+144+89=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 89 (35.16% from 255 or 18.43% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9059 is #056FA6. Grayscale: #A9A9A9. Windows color (decimal): -356263 or 5869818. OLE color: 5869818.
HSL color Cylindrical-coordinate representation of color #FA9059: hue angle of 20.5º 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 #FA9059 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 89 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.02 |
| HSL | 20.5º | 0.94% | 0.66% | - |
| HSV(B) | 20.5º | 0.64% | 0.98% | - |
| XYZ | 51.2 | 40.99 | 14.66 | - |
| YUV | 169.42 | 82.62 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 89 | 0 | 0.42 | 0.64 | 0.02 | 20.5 | 0.94 | 0.66 |
| Hex | FA | 90 | 59 | 0 | 2A | 40 | 2 | 14 | 5E | 42 |
| Octal | 372 | 220 | 131 | 0 | 52 | 100 | 2 | 24 | 136 | 102 |
| Binary | 11111010 | 10010000 | 1011001 | 0 | 101010 | 1000000 | 10 | 10100 | 1011110 | 1000010 |
Color Harmonies of #FA9059
Complementary color
Monochromatic Colors of #FA9059
Black with #FA9059
Text Example
Text Example
White with #FA9059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9059; }
p { color: rgb(250,144,89); }
H1.HeaderClassName
{
color: #FA9059;
}
.AnyTagClassName
{
color: #FA9059;
}
</style>
background-color css
<style>
a { background-color: #FA9059; }
a { background-color: rgb(250,144,89); }
div.DivClassName
{
background-color: #FA9059;
}
.BgClassName
{
background-color: #FA9059;
}
</style>
border-color css
<style>
span { border-color: #FA9059; }
span { border-color: rgb(250,144,89); }
td.TdClassName
{
border-color: #FA9059;
}
.TagClassName
{
border-color: #FA9059;
}
</style>