Shades of Crusta #FA9151
Tints of Crusta #FA9151
RGB
CMYK
RGB Variations
Color information
#FA9151 (or 0xFA9151) is known color: Crusta. HEX triplet: FA, 91 and 51. RGB value is (250,145,81). Sum of RGB (Red+Green+Blue) = 250+145+81=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 81 (32.03% from 255 or 17.02% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9151 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9151 is #056EAE. Grayscale: #A9A9A9. Windows color (decimal): -356015 or 5345786. OLE color: 5345786.
HSL color Cylindrical-coordinate representation of color #FA9151: hue angle of 22.72º 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 #FA9151 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 81 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.02 |
| HSL | 22.72º | 0.94% | 0.65% | - |
| HSV(B) | 22.72º | 0.68% | 0.98% | - |
| XYZ | 51.03 | 41.17 | 13.04 | - |
| YUV | 169.1 | 78.29 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 81 | 0 | 0.42 | 0.68 | 0.02 | 22.72 | 0.94 | 0.65 |
| Hex | FA | 91 | 51 | 0 | 2A | 44 | 2 | 17 | 5E | 41 |
| Octal | 372 | 221 | 121 | 0 | 52 | 104 | 2 | 27 | 136 | 101 |
| Binary | 11111010 | 10010001 | 1010001 | 0 | 101010 | 1000100 | 10 | 10111 | 1011110 | 1000001 |
Color Harmonies of #FA9151
Complementary color
Monochromatic Colors of #FA9151
Black with #FA9151
Text Example
Text Example
White with #FA9151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9151; }
p { color: rgb(250,145,81); }
H1.HeaderClassName
{
color: #FA9151;
}
.AnyTagClassName
{
color: #FA9151;
}
</style>
background-color css
<style>
a { background-color: #FA9151; }
a { background-color: rgb(250,145,81); }
div.DivClassName
{
background-color: #FA9151;
}
.BgClassName
{
background-color: #FA9151;
}
</style>
border-color css
<style>
span { border-color: #FA9151; }
span { border-color: rgb(250,145,81); }
td.TdClassName
{
border-color: #FA9151;
}
.TagClassName
{
border-color: #FA9151;
}
</style>