Shades of Crusta #F29259
Tints of Crusta #F29259
RGB
CMYK
RGB Variations
Color information
#F29259 (or 0xF29259) is known color: Crusta. HEX triplet: F2, 92 and 59. RGB value is (242,146,89). Sum of RGB (Red+Green+Blue) = 242+146+89=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 89 (35.16% from 255 or 18.66% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F29259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29259 is #0D6DA6. Grayscale: #A8A8A8. Windows color (decimal): -880039 or 5870322. OLE color: 5870322.
HSL color Cylindrical-coordinate representation of color #F29259: hue angle of 22.35º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F29259 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 89 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.05 |
| HSL | 22.35º | 0.85% | 0.65% | - |
| HSV(B) | 22.35º | 0.63% | 0.95% | - |
| XYZ | 48.7 | 40.16 | 14.64 | - |
| YUV | 168.21 | 83.3 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 89 | 0 | 0.40 | 0.63 | 0.05 | 22.35 | 0.85 | 0.65 |
| Hex | F2 | 92 | 59 | 0 | 28 | 3F | 5 | 16 | 55 | 41 |
| Octal | 362 | 222 | 131 | 0 | 50 | 77 | 5 | 26 | 125 | 101 |
| Binary | 11110010 | 10010010 | 1011001 | 0 | 101000 | 111111 | 101 | 10110 | 1010101 | 1000001 |
Color Harmonies of #F29259
Complementary color
Monochromatic Colors of #F29259
Black with #F29259
Text Example
Text Example
White with #F29259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29259; }
p { color: rgb(242,146,89); }
H1.HeaderClassName
{
color: #F29259;
}
.AnyTagClassName
{
color: #F29259;
}
</style>
background-color css
<style>
a { background-color: #F29259; }
a { background-color: rgb(242,146,89); }
div.DivClassName
{
background-color: #F29259;
}
.BgClassName
{
background-color: #F29259;
}
</style>
border-color css
<style>
span { border-color: #F29259; }
span { border-color: rgb(242,146,89); }
td.TdClassName
{
border-color: #F29259;
}
.TagClassName
{
border-color: #F29259;
}
</style>