Shades of Crusta #F48363
Tints of Crusta #F48363
RGB
CMYK
RGB Variations
Color information
#F48363 (or 0xF48363) is known color: Crusta. HEX triplet: F4, 83 and 63. RGB value is (244,131,99). Sum of RGB (Red+Green+Blue) = 244+131+99=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F48363 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48363 is #0B7C9C. Grayscale: #A1A1A1. Windows color (decimal): -752797 or 6521844. OLE color: 6521844.
HSL color Cylindrical-coordinate representation of color #F48363: hue angle of 13.24º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F48363 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 131 | 99 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.04 |
| HSL | 13.24º | 0.87% | 0.67% | - |
| HSV(B) | 13.24º | 0.59% | 0.96% | - |
| XYZ | 47.68 | 36.37 | 16.31 | - |
| YUV | 161.14 | 92.94 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 131 | 99 | 0 | 0.46 | 0.59 | 0.04 | 13.24 | 0.87 | 0.67 |
| Hex | F4 | 83 | 63 | 0 | 2E | 3B | 4 | D | 57 | 43 |
| Octal | 364 | 203 | 143 | 0 | 56 | 73 | 4 | 15 | 127 | 103 |
| Binary | 11110100 | 10000011 | 1100011 | 0 | 101110 | 111011 | 100 | 1101 | 1010111 | 1000011 |
Color Harmonies of #F48363
Complementary color
Monochromatic Colors of #F48363
Black with #F48363
Text Example
Text Example
White with #F48363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48363; }
p { color: rgb(244,131,99); }
H1.HeaderClassName
{
color: #F48363;
}
.AnyTagClassName
{
color: #F48363;
}
</style>
background-color css
<style>
a { background-color: #F48363; }
a { background-color: rgb(244,131,99); }
div.DivClassName
{
background-color: #F48363;
}
.BgClassName
{
background-color: #F48363;
}
</style>
border-color css
<style>
span { border-color: #F48363; }
span { border-color: rgb(244,131,99); }
td.TdClassName
{
border-color: #F48363;
}
.TagClassName
{
border-color: #F48363;
}
</style>