Shades of Crusta #F29256
Tints of Crusta #F29256
RGB
CMYK
RGB Variations
Color information
#F29256 (or 0xF29256) is known color: Crusta. HEX triplet: F2, 92 and 56. RGB value is (242,146,86). Sum of RGB (Red+Green+Blue) = 242+146+86=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F29256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29256 is #0D6DA9. Grayscale: #A8A8A8. Windows color (decimal): -880042 or 5673714. OLE color: 5673714.
HSL color Cylindrical-coordinate representation of color #F29256: hue angle of 23.08º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F29256 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 86 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.05 |
| HSL | 23.08º | 0.86% | 0.64% | - |
| HSV(B) | 23.08º | 0.64% | 0.95% | - |
| XYZ | 48.58 | 40.11 | 13.99 | - |
| YUV | 167.86 | 81.8 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 86 | 0 | 0.40 | 0.64 | 0.05 | 23.08 | 0.86 | 0.64 |
| Hex | F2 | 92 | 56 | 0 | 28 | 40 | 5 | 17 | 56 | 40 |
| Octal | 362 | 222 | 126 | 0 | 50 | 100 | 5 | 27 | 126 | 100 |
| Binary | 11110010 | 10010010 | 1010110 | 0 | 101000 | 1000000 | 101 | 10111 | 1010110 | 1000000 |
Color Harmonies of #F29256
Complementary color
Monochromatic Colors of #F29256
Black with #F29256
Text Example
Text Example
White with #F29256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29256; }
p { color: rgb(242,146,86); }
H1.HeaderClassName
{
color: #F29256;
}
.AnyTagClassName
{
color: #F29256;
}
</style>
background-color css
<style>
a { background-color: #F29256; }
a { background-color: rgb(242,146,86); }
div.DivClassName
{
background-color: #F29256;
}
.BgClassName
{
background-color: #F29256;
}
</style>
border-color css
<style>
span { border-color: #F29256; }
span { border-color: rgb(242,146,86); }
td.TdClassName
{
border-color: #F29256;
}
.TagClassName
{
border-color: #F29256;
}
</style>