Shades of Crusta #F29156
Tints of Crusta #F29156
RGB
CMYK
RGB Variations
Color information
#F29156 (or 0xF29156) is known color: Crusta. HEX triplet: F2, 91 and 56. RGB value is (242,145,86). Sum of RGB (Red+Green+Blue) = 242+145+86=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F29156 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29156 is #0D6EA9. Grayscale: #A7A7A7. Windows color (decimal): -880298 or 5673458. OLE color: 5673458.
HSL color Cylindrical-coordinate representation of color #F29156: hue angle of 22.69º 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 #F29156 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 86 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.05 |
| HSL | 22.69º | 0.86% | 0.64% | - |
| HSV(B) | 22.69º | 0.64% | 0.95% | - |
| XYZ | 48.42 | 39.8 | 13.93 | - |
| YUV | 167.28 | 82.14 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 86 | 0 | 0.40 | 0.64 | 0.05 | 22.69 | 0.86 | 0.64 |
| Hex | F2 | 91 | 56 | 0 | 28 | 40 | 5 | 17 | 56 | 40 |
| Octal | 362 | 221 | 126 | 0 | 50 | 100 | 5 | 27 | 126 | 100 |
| Binary | 11110010 | 10010001 | 1010110 | 0 | 101000 | 1000000 | 101 | 10111 | 1010110 | 1000000 |
Color Harmonies of #F29156
Complementary color
Monochromatic Colors of #F29156
Black with #F29156
Text Example
Text Example
White with #F29156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29156; }
p { color: rgb(242,145,86); }
H1.HeaderClassName
{
color: #F29156;
}
.AnyTagClassName
{
color: #F29156;
}
</style>
background-color css
<style>
a { background-color: #F29156; }
a { background-color: rgb(242,145,86); }
div.DivClassName
{
background-color: #F29156;
}
.BgClassName
{
background-color: #F29156;
}
</style>
border-color css
<style>
span { border-color: #F29156; }
span { border-color: rgb(242,145,86); }
td.TdClassName
{
border-color: #F29156;
}
.TagClassName
{
border-color: #F29156;
}
</style>