Shades of Crusta #F8844B
Tints of Crusta #F8844B
RGB
CMYK
RGB Variations
Color information
#F8844B (or 0xF8844B) is known color: Crusta. HEX triplet: F8, 84 and 4B. RGB value is (248,132,75). Sum of RGB (Red+Green+Blue) = 248+132+75=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 75 (29.69% from 255 or 16.48% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F8844B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8844B is #077BB4. Grayscale: #A0A0A0. Windows color (decimal): -490421 or 4949240. OLE color: 4949240.
HSL color Cylindrical-coordinate representation of color #F8844B: hue angle of 19.77º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F8844B is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 132 | 75 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.03 |
| HSL | 19.77º | 0.93% | 0.63% | - |
| HSV(B) | 19.77º | 0.7% | 0.97% | - |
| XYZ | 48.23 | 36.97 | 11.25 | - |
| YUV | 160.19 | 79.93 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 132 | 75 | 0 | 0.47 | 0.70 | 0.03 | 19.77 | 0.93 | 0.63 |
| Hex | F8 | 84 | 4B | 0 | 2F | 46 | 3 | 14 | 5D | 3F |
| Octal | 370 | 204 | 113 | 0 | 57 | 106 | 3 | 24 | 135 | 77 |
| Binary | 11111000 | 10000100 | 1001011 | 0 | 101111 | 1000110 | 11 | 10100 | 1011101 | 111111 |
Color Harmonies of #F8844B
Complementary color
Monochromatic Colors of #F8844B
Black with #F8844B
Text Example
Text Example
White with #F8844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8844B; }
p { color: rgb(248,132,75); }
H1.HeaderClassName
{
color: #F8844B;
}
.AnyTagClassName
{
color: #F8844B;
}
</style>
background-color css
<style>
a { background-color: #F8844B; }
a { background-color: rgb(248,132,75); }
div.DivClassName
{
background-color: #F8844B;
}
.BgClassName
{
background-color: #F8844B;
}
</style>
border-color css
<style>
span { border-color: #F8844B; }
span { border-color: rgb(248,132,75); }
td.TdClassName
{
border-color: #F8844B;
}
.TagClassName
{
border-color: #F8844B;
}
</style>