Shades of Crusta #F88B49
Tints of Crusta #F88B49
RGB
CMYK
RGB Variations
Color information
#F88B49 (or 0xF88B49) is known color: Crusta. HEX triplet: F8, 8B and 49. RGB value is (248,139,73). Sum of RGB (Red+Green+Blue) = 248+139+73=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F88B49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F88B49 is #0774B6. Grayscale: #A4A4A4. Windows color (decimal): -488631 or 4819960. OLE color: 4819960.
HSL color Cylindrical-coordinate representation of color #F88B49: hue angle of 22.63º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F88B49 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 139 | 73 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.03 |
| HSL | 22.63º | 0.93% | 0.63% | - |
| HSV(B) | 22.63º | 0.71% | 0.97% | - |
| XYZ | 49.15 | 38.9 | 11.22 | - |
| YUV | 164.07 | 76.61 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 139 | 73 | 0 | 0.44 | 0.71 | 0.03 | 22.63 | 0.93 | 0.63 |
| Hex | F8 | 8B | 49 | 0 | 2C | 47 | 3 | 17 | 5D | 3F |
| Octal | 370 | 213 | 111 | 0 | 54 | 107 | 3 | 27 | 135 | 77 |
| Binary | 11111000 | 10001011 | 1001001 | 0 | 101100 | 1000111 | 11 | 10111 | 1011101 | 111111 |
Color Harmonies of #F88B49
Complementary color
Monochromatic Colors of #F88B49
Black with #F88B49
Text Example
Text Example
White with #F88B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88B49; }
p { color: rgb(248,139,73); }
H1.HeaderClassName
{
color: #F88B49;
}
.AnyTagClassName
{
color: #F88B49;
}
</style>
background-color css
<style>
a { background-color: #F88B49; }
a { background-color: rgb(248,139,73); }
div.DivClassName
{
background-color: #F88B49;
}
.BgClassName
{
background-color: #F88B49;
}
</style>
border-color css
<style>
span { border-color: #F88B49; }
span { border-color: rgb(248,139,73); }
td.TdClassName
{
border-color: #F88B49;
}
.TagClassName
{
border-color: #F88B49;
}
</style>