Shades of Crusta #FA9255
Tints of Crusta #FA9255
RGB
CMYK
RGB Variations
Color information
#FA9255 (or 0xFA9255) is known color: Crusta. HEX triplet: FA, 92 and 55. RGB value is (250,146,85). Sum of RGB (Red+Green+Blue) = 250+146+85=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 85 (33.59% from 255 or 17.67% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9255 is #056DAA. Grayscale: #AAAAAA. Windows color (decimal): -355755 or 5608186. OLE color: 5608186.
HSL color Cylindrical-coordinate representation of color #FA9255: hue angle of 22.18º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA9255 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 146 | 85 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.02 |
| HSL | 22.18º | 0.94% | 0.66% | - |
| HSV(B) | 22.18º | 0.66% | 0.98% | - |
| XYZ | 51.34 | 41.54 | 13.91 | - |
| YUV | 170.14 | 79.96 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 146 | 85 | 0 | 0.42 | 0.66 | 0.02 | 22.18 | 0.94 | 0.66 |
| Hex | FA | 92 | 55 | 0 | 2A | 42 | 2 | 16 | 5E | 42 |
| Octal | 372 | 222 | 125 | 0 | 52 | 102 | 2 | 26 | 136 | 102 |
| Binary | 11111010 | 10010010 | 1010101 | 0 | 101010 | 1000010 | 10 | 10110 | 1011110 | 1000010 |
Color Harmonies of #FA9255
Complementary color
Monochromatic Colors of #FA9255
Black with #FA9255
Text Example
Text Example
White with #FA9255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9255; }
p { color: rgb(250,146,85); }
H1.HeaderClassName
{
color: #FA9255;
}
.AnyTagClassName
{
color: #FA9255;
}
</style>
background-color css
<style>
a { background-color: #FA9255; }
a { background-color: rgb(250,146,85); }
div.DivClassName
{
background-color: #FA9255;
}
.BgClassName
{
background-color: #FA9255;
}
</style>
border-color css
<style>
span { border-color: #FA9255; }
span { border-color: rgb(250,146,85); }
td.TdClassName
{
border-color: #FA9255;
}
.TagClassName
{
border-color: #FA9255;
}
</style>