Shades of Crusta #FA9358
Tints of Crusta #FA9358
RGB
CMYK
RGB Variations
Color information
#FA9358 (or 0xFA9358) is known color: Crusta. HEX triplet: FA, 93 and 58. RGB value is (250,147,88). Sum of RGB (Red+Green+Blue) = 250+147+88=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 88 (34.77% from 255 or 18.14% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9358 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9358 is #056CA7. Grayscale: #ABABAB. Windows color (decimal): -355496 or 5805050. OLE color: 5805050.
HSL color Cylindrical-coordinate representation of color #FA9358: hue angle of 21.85º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA9358 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 147 | 88 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.02 |
| HSL | 21.85º | 0.94% | 0.66% | - |
| HSV(B) | 21.85º | 0.65% | 0.98% | - |
| XYZ | 51.62 | 41.9 | 14.6 | - |
| YUV | 171.07 | 81.12 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 147 | 88 | 0 | 0.41 | 0.65 | 0.02 | 21.85 | 0.94 | 0.66 |
| Hex | FA | 93 | 58 | 0 | 29 | 41 | 2 | 16 | 5E | 42 |
| Octal | 372 | 223 | 130 | 0 | 51 | 101 | 2 | 26 | 136 | 102 |
| Binary | 11111010 | 10010011 | 1011000 | 0 | 101001 | 1000001 | 10 | 10110 | 1011110 | 1000010 |
Color Harmonies of #FA9358
Complementary color
Monochromatic Colors of #FA9358
Black with #FA9358
Text Example
Text Example
White with #FA9358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9358; }
p { color: rgb(250,147,88); }
H1.HeaderClassName
{
color: #FA9358;
}
.AnyTagClassName
{
color: #FA9358;
}
</style>
background-color css
<style>
a { background-color: #FA9358; }
a { background-color: rgb(250,147,88); }
div.DivClassName
{
background-color: #FA9358;
}
.BgClassName
{
background-color: #FA9358;
}
</style>
border-color css
<style>
span { border-color: #FA9358; }
span { border-color: rgb(250,147,88); }
td.TdClassName
{
border-color: #FA9358;
}
.TagClassName
{
border-color: #FA9358;
}
</style>