Shades of Crusta #FA9354
Tints of Crusta #FA9354
RGB
CMYK
RGB Variations
Color information
#FA9354 (or 0xFA9354) is known color: Crusta. HEX triplet: FA, 93 and 54. RGB value is (250,147,84). Sum of RGB (Red+Green+Blue) = 250+147+84=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 84 (33.20% from 255 or 17.46% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9354 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9354 is #056CAB. Grayscale: #AAAAAA. Windows color (decimal): -355500 or 5542906. OLE color: 5542906.
HSL color Cylindrical-coordinate representation of color #FA9354: hue angle of 22.77º 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 #FA9354 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 147 | 84 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.02 |
| HSL | 22.77º | 0.94% | 0.65% | - |
| HSV(B) | 22.77º | 0.66% | 0.98% | - |
| XYZ | 51.46 | 41.83 | 13.75 | - |
| YUV | 170.62 | 79.12 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 147 | 84 | 0 | 0.41 | 0.66 | 0.02 | 22.77 | 0.94 | 0.65 |
| Hex | FA | 93 | 54 | 0 | 29 | 42 | 2 | 17 | 5E | 41 |
| Octal | 372 | 223 | 124 | 0 | 51 | 102 | 2 | 27 | 136 | 101 |
| Binary | 11111010 | 10010011 | 1010100 | 0 | 101001 | 1000010 | 10 | 10111 | 1011110 | 1000001 |
Color Harmonies of #FA9354
Complementary color
Monochromatic Colors of #FA9354
Black with #FA9354
Text Example
Text Example
White with #FA9354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9354; }
p { color: rgb(250,147,84); }
H1.HeaderClassName
{
color: #FA9354;
}
.AnyTagClassName
{
color: #FA9354;
}
</style>
background-color css
<style>
a { background-color: #FA9354; }
a { background-color: rgb(250,147,84); }
div.DivClassName
{
background-color: #FA9354;
}
.BgClassName
{
background-color: #FA9354;
}
</style>
border-color css
<style>
span { border-color: #FA9354; }
span { border-color: rgb(250,147,84); }
td.TdClassName
{
border-color: #FA9354;
}
.TagClassName
{
border-color: #FA9354;
}
</style>