Shades of Crusta #F18D4D
Tints of Crusta #F18D4D
RGB
CMYK
RGB Variations
Color information
#F18D4D (or 0xF18D4D) is known color: Crusta. HEX triplet: F1, 8D and 4D. RGB value is (241,141,77). Sum of RGB (Red+Green+Blue) = 241+141+77=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18D4D is #0E72B2. Grayscale: #A3A3A3. Windows color (decimal): -946867 or 5082609. OLE color: 5082609.
HSL color Cylindrical-coordinate representation of color #F18D4D: hue angle of 23.41º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F18D4D is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 77 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.05 |
| HSL | 23.41º | 0.85% | 0.62% | - |
| HSV(B) | 23.41º | 0.68% | 0.95% | - |
| XYZ | 47.14 | 38.29 | 11.93 | - |
| YUV | 163.6 | 79.13 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 77 | 0 | 0.41 | 0.68 | 0.05 | 23.41 | 0.85 | 0.62 |
| Hex | F1 | 8D | 4D | 0 | 29 | 44 | 5 | 17 | 55 | 3E |
| Octal | 361 | 215 | 115 | 0 | 51 | 104 | 5 | 27 | 125 | 76 |
| Binary | 11110001 | 10001101 | 1001101 | 0 | 101001 | 1000100 | 101 | 10111 | 1010101 | 111110 |
Color Harmonies of #F18D4D
Complementary color
Monochromatic Colors of #F18D4D
Black with #F18D4D
Text Example
Text Example
White with #F18D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18D4D; }
p { color: rgb(241,141,77); }
H1.HeaderClassName
{
color: #F18D4D;
}
.AnyTagClassName
{
color: #F18D4D;
}
</style>
background-color css
<style>
a { background-color: #F18D4D; }
a { background-color: rgb(241,141,77); }
div.DivClassName
{
background-color: #F18D4D;
}
.BgClassName
{
background-color: #F18D4D;
}
</style>
border-color css
<style>
span { border-color: #F18D4D; }
span { border-color: rgb(241,141,77); }
td.TdClassName
{
border-color: #F18D4D;
}
.TagClassName
{
border-color: #F18D4D;
}
</style>