Shades of Crusta #FA9050
Tints of Crusta #FA9050
RGB
CMYK
RGB Variations
Color information
#FA9050 (or 0xFA9050) is known color: Crusta. HEX triplet: FA, 90 and 50. RGB value is (250,144,80). Sum of RGB (Red+Green+Blue) = 250+144+80=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9050 is #056FAF. Grayscale: #A8A8A8. Windows color (decimal): -356272 or 5279994. OLE color: 5279994.
HSL color Cylindrical-coordinate representation of color #FA9050: hue angle of 22.59º 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 #FA9050 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 80 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.02 |
| HSL | 22.59º | 0.94% | 0.65% | - |
| HSV(B) | 22.59º | 0.68% | 0.98% | - |
| XYZ | 50.85 | 40.85 | 12.79 | - |
| YUV | 168.4 | 78.12 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 80 | 0 | 0.42 | 0.68 | 0.02 | 22.59 | 0.94 | 0.65 |
| Hex | FA | 90 | 50 | 0 | 2A | 44 | 2 | 17 | 5E | 41 |
| Octal | 372 | 220 | 120 | 0 | 52 | 104 | 2 | 27 | 136 | 101 |
| Binary | 11111010 | 10010000 | 1010000 | 0 | 101010 | 1000100 | 10 | 10111 | 1011110 | 1000001 |
Color Harmonies of #FA9050
Complementary color
Monochromatic Colors of #FA9050
Black with #FA9050
Text Example
Text Example
White with #FA9050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9050; }
p { color: rgb(250,144,80); }
H1.HeaderClassName
{
color: #FA9050;
}
.AnyTagClassName
{
color: #FA9050;
}
</style>
background-color css
<style>
a { background-color: #FA9050; }
a { background-color: rgb(250,144,80); }
div.DivClassName
{
background-color: #FA9050;
}
.BgClassName
{
background-color: #FA9050;
}
</style>
border-color css
<style>
span { border-color: #FA9050; }
span { border-color: rgb(250,144,80); }
td.TdClassName
{
border-color: #FA9050;
}
.TagClassName
{
border-color: #FA9050;
}
</style>