Shades of Crusta #FA9051
Tints of Crusta #FA9051
RGB
CMYK
RGB Variations
Color information
#FA9051 (or 0xFA9051) is known color: Crusta. HEX triplet: FA, 90 and 51. RGB value is (250,144,81). Sum of RGB (Red+Green+Blue) = 250+144+81=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 81 (32.03% from 255 or 17.05% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9051 is #056FAE. Grayscale: #A8A8A8. Windows color (decimal): -356271 or 5345530. OLE color: 5345530.
HSL color Cylindrical-coordinate representation of color #FA9051: hue angle of 22.37º 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 #FA9051 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 81 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.02 |
| HSL | 22.37º | 0.94% | 0.65% | - |
| HSV(B) | 22.37º | 0.68% | 0.98% | - |
| XYZ | 50.88 | 40.86 | 12.99 | - |
| YUV | 168.51 | 78.62 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 81 | 0 | 0.42 | 0.68 | 0.02 | 22.37 | 0.94 | 0.65 |
| Hex | FA | 90 | 51 | 0 | 2A | 44 | 2 | 16 | 5E | 41 |
| Octal | 372 | 220 | 121 | 0 | 52 | 104 | 2 | 26 | 136 | 101 |
| Binary | 11111010 | 10010000 | 1010001 | 0 | 101010 | 1000100 | 10 | 10110 | 1011110 | 1000001 |
Color Harmonies of #FA9051
Complementary color
Monochromatic Colors of #FA9051
Black with #FA9051
Text Example
Text Example
White with #FA9051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9051; }
p { color: rgb(250,144,81); }
H1.HeaderClassName
{
color: #FA9051;
}
.AnyTagClassName
{
color: #FA9051;
}
</style>
background-color css
<style>
a { background-color: #FA9051; }
a { background-color: rgb(250,144,81); }
div.DivClassName
{
background-color: #FA9051;
}
.BgClassName
{
background-color: #FA9051;
}
</style>
border-color css
<style>
span { border-color: #FA9051; }
span { border-color: rgb(250,144,81); }
td.TdClassName
{
border-color: #FA9051;
}
.TagClassName
{
border-color: #FA9051;
}
</style>