Shades of Crusta #F0844B
Tints of Crusta #F0844B
RGB
CMYK
RGB Variations
Color information
#F0844B (or 0xF0844B) is known color: Crusta. HEX triplet: F0, 84 and 4B. RGB value is (240,132,75). Sum of RGB (Red+Green+Blue) = 240+132+75=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0844B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0844B is #0F7BB4. Grayscale: #9E9E9E. Windows color (decimal): -1014709 or 4949232. OLE color: 4949232.
HSL color Cylindrical-coordinate representation of color #F0844B: hue angle of 20.73º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0844B is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 75 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.06 |
| HSL | 20.73º | 0.85% | 0.62% | - |
| HSV(B) | 20.73º | 0.69% | 0.94% | - |
| XYZ | 45.46 | 35.54 | 11.12 | - |
| YUV | 157.79 | 81.28 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 75 | 0 | 0.45 | 0.69 | 0.06 | 20.73 | 0.85 | 0.62 |
| Hex | F0 | 84 | 4B | 0 | 2D | 45 | 6 | 15 | 55 | 3E |
| Octal | 360 | 204 | 113 | 0 | 55 | 105 | 6 | 25 | 125 | 76 |
| Binary | 11110000 | 10000100 | 1001011 | 0 | 101101 | 1000101 | 110 | 10101 | 1010101 | 111110 |
Color Harmonies of #F0844B
Complementary color
Monochromatic Colors of #F0844B
Black with #F0844B
Text Example
Text Example
White with #F0844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0844B; }
p { color: rgb(240,132,75); }
H1.HeaderClassName
{
color: #F0844B;
}
.AnyTagClassName
{
color: #F0844B;
}
</style>
background-color css
<style>
a { background-color: #F0844B; }
a { background-color: rgb(240,132,75); }
div.DivClassName
{
background-color: #F0844B;
}
.BgClassName
{
background-color: #F0844B;
}
</style>
border-color css
<style>
span { border-color: #F0844B; }
span { border-color: rgb(240,132,75); }
td.TdClassName
{
border-color: #F0844B;
}
.TagClassName
{
border-color: #F0844B;
}
</style>