Shades of Crusta #F29153
Tints of Crusta #F29153
RGB
CMYK
RGB Variations
Color information
#F29153 (or 0xF29153) is known color: Crusta. HEX triplet: F2, 91 and 53. RGB value is (242,145,83). Sum of RGB (Red+Green+Blue) = 242+145+83=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 83 (32.81% from 255 or 17.66% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F29153 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29153 is #0D6EAC. Grayscale: #A7A7A7. Windows color (decimal): -880301 or 5476850. OLE color: 5476850.
HSL color Cylindrical-coordinate representation of color #F29153: hue angle of 23.4º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F29153 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 83 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.05 |
| HSL | 23.4º | 0.86% | 0.64% | - |
| HSV(B) | 23.4º | 0.66% | 0.95% | - |
| XYZ | 48.3 | 39.75 | 13.31 | - |
| YUV | 166.94 | 80.64 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 83 | 0 | 0.40 | 0.66 | 0.05 | 23.4 | 0.86 | 0.64 |
| Hex | F2 | 91 | 53 | 0 | 28 | 42 | 5 | 17 | 56 | 40 |
| Octal | 362 | 221 | 123 | 0 | 50 | 102 | 5 | 27 | 126 | 100 |
| Binary | 11110010 | 10010001 | 1010011 | 0 | 101000 | 1000010 | 101 | 10111 | 1010110 | 1000000 |
Color Harmonies of #F29153
Complementary color
Monochromatic Colors of #F29153
Black with #F29153
Text Example
Text Example
White with #F29153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29153; }
p { color: rgb(242,145,83); }
H1.HeaderClassName
{
color: #F29153;
}
.AnyTagClassName
{
color: #F29153;
}
</style>
background-color css
<style>
a { background-color: #F29153; }
a { background-color: rgb(242,145,83); }
div.DivClassName
{
background-color: #F29153;
}
.BgClassName
{
background-color: #F29153;
}
</style>
border-color css
<style>
span { border-color: #F29153; }
span { border-color: rgb(242,145,83); }
td.TdClassName
{
border-color: #F29153;
}
.TagClassName
{
border-color: #F29153;
}
</style>