Shades of Crusta #F48D4D
Tints of Crusta #F48D4D
RGB
CMYK
RGB Variations
Color information
#F48D4D (or 0xF48D4D) is known color: Crusta. HEX triplet: F4, 8D and 4D. RGB value is (244,141,77). Sum of RGB (Red+Green+Blue) = 244+141+77=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F48D4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48D4D is #0B72B2. Grayscale: #A4A4A4. Windows color (decimal): -750259 or 5082612. OLE color: 5082612.
HSL color Cylindrical-coordinate representation of color #F48D4D: hue angle of 22.99º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F48D4D is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 141 | 77 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.04 |
| HSL | 22.99º | 0.88% | 0.63% | - |
| HSV(B) | 22.99º | 0.68% | 0.96% | - |
| XYZ | 48.17 | 38.82 | 11.97 | - |
| YUV | 164.5 | 78.62 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 141 | 77 | 0 | 0.42 | 0.68 | 0.04 | 22.99 | 0.88 | 0.63 |
| Hex | F4 | 8D | 4D | 0 | 2A | 44 | 4 | 17 | 58 | 3F |
| Octal | 364 | 215 | 115 | 0 | 52 | 104 | 4 | 27 | 130 | 77 |
| Binary | 11110100 | 10001101 | 1001101 | 0 | 101010 | 1000100 | 100 | 10111 | 1011000 | 111111 |
Color Harmonies of #F48D4D
Complementary color
Monochromatic Colors of #F48D4D
Black with #F48D4D
Text Example
Text Example
White with #F48D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48D4D; }
p { color: rgb(244,141,77); }
H1.HeaderClassName
{
color: #F48D4D;
}
.AnyTagClassName
{
color: #F48D4D;
}
</style>
background-color css
<style>
a { background-color: #F48D4D; }
a { background-color: rgb(244,141,77); }
div.DivClassName
{
background-color: #F48D4D;
}
.BgClassName
{
background-color: #F48D4D;
}
</style>
border-color css
<style>
span { border-color: #F48D4D; }
span { border-color: rgb(244,141,77); }
td.TdClassName
{
border-color: #F48D4D;
}
.TagClassName
{
border-color: #F48D4D;
}
</style>