Shades of Crusta #F18D4E
Tints of Crusta #F18D4E
RGB
CMYK
RGB Variations
Color information
#F18D4E (or 0xF18D4E) is known color: Crusta. HEX triplet: F1, 8D and 4E. RGB value is (241,141,78). Sum of RGB (Red+Green+Blue) = 241+141+78=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18D4E is #0E72B1. Grayscale: #A4A4A4. Windows color (decimal): -946866 or 5148145. OLE color: 5148145.
HSL color Cylindrical-coordinate representation of color #F18D4E: hue angle of 23.19º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F18D4E is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 78 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.05 |
| HSL | 23.19º | 0.85% | 0.63% | - |
| HSV(B) | 23.19º | 0.68% | 0.95% | - |
| XYZ | 47.18 | 38.3 | 12.11 | - |
| YUV | 163.72 | 79.63 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 78 | 0 | 0.41 | 0.68 | 0.05 | 23.19 | 0.85 | 0.63 |
| Hex | F1 | 8D | 4E | 0 | 29 | 44 | 5 | 17 | 55 | 3F |
| Octal | 361 | 215 | 116 | 0 | 51 | 104 | 5 | 27 | 125 | 77 |
| Binary | 11110001 | 10001101 | 1001110 | 0 | 101001 | 1000100 | 101 | 10111 | 1010101 | 111111 |
Color Harmonies of #F18D4E
Complementary color
Monochromatic Colors of #F18D4E
Black with #F18D4E
Text Example
Text Example
White with #F18D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18D4E; }
p { color: rgb(241,141,78); }
H1.HeaderClassName
{
color: #F18D4E;
}
.AnyTagClassName
{
color: #F18D4E;
}
</style>
background-color css
<style>
a { background-color: #F18D4E; }
a { background-color: rgb(241,141,78); }
div.DivClassName
{
background-color: #F18D4E;
}
.BgClassName
{
background-color: #F18D4E;
}
</style>
border-color css
<style>
span { border-color: #F18D4E; }
span { border-color: rgb(241,141,78); }
td.TdClassName
{
border-color: #F18D4E;
}
.TagClassName
{
border-color: #F18D4E;
}
</style>