Shades of Crusta #F99256
Tints of Crusta #F99256
RGB
CMYK
RGB Variations
Color information
#F99256 (or 0xF99256) is known color: Crusta. HEX triplet: F9, 92 and 56. RGB value is (249,146,86). Sum of RGB (Red+Green+Blue) = 249+146+86=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 86 (33.98% from 255 or 17.88% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F99256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99256 is #066DA9. Grayscale: #AAAAAA. Windows color (decimal): -421290 or 5673721. OLE color: 5673721.
HSL color Cylindrical-coordinate representation of color #F99256: hue angle of 22.09º degrees, saturation: 0.93, 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 #F99256 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 86 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.02 |
| HSL | 22.09º | 0.93% | 0.66% | - |
| HSV(B) | 22.09º | 0.65% | 0.98% | - |
| XYZ | 51.03 | 41.37 | 14.1 | - |
| YUV | 169.96 | 80.62 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 86 | 0 | 0.41 | 0.65 | 0.02 | 22.09 | 0.93 | 0.66 |
| Hex | F9 | 92 | 56 | 0 | 29 | 41 | 2 | 16 | 5D | 42 |
| Octal | 371 | 222 | 126 | 0 | 51 | 101 | 2 | 26 | 135 | 102 |
| Binary | 11111001 | 10010010 | 1010110 | 0 | 101001 | 1000001 | 10 | 10110 | 1011101 | 1000010 |
Color Harmonies of #F99256
Complementary color
Monochromatic Colors of #F99256
Black with #F99256
Text Example
Text Example
White with #F99256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99256; }
p { color: rgb(249,146,86); }
H1.HeaderClassName
{
color: #F99256;
}
.AnyTagClassName
{
color: #F99256;
}
</style>
background-color css
<style>
a { background-color: #F99256; }
a { background-color: rgb(249,146,86); }
div.DivClassName
{
background-color: #F99256;
}
.BgClassName
{
background-color: #F99256;
}
</style>
border-color css
<style>
span { border-color: #F99256; }
span { border-color: rgb(249,146,86); }
td.TdClassName
{
border-color: #F99256;
}
.TagClassName
{
border-color: #F99256;
}
</style>