Shades of Crusta #F18D52
Tints of Crusta #F18D52
RGB
CMYK
RGB Variations
Color information
#F18D52 (or 0xF18D52) is known color: Crusta. HEX triplet: F1, 8D and 52. RGB value is (241,141,82). Sum of RGB (Red+Green+Blue) = 241+141+82=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18D52 is #0E72AD. Grayscale: #A4A4A4. Windows color (decimal): -946862 or 5410289. OLE color: 5410289.
HSL color Cylindrical-coordinate representation of color #F18D52: hue angle of 22.26º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F18D52 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 82 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.05 |
| HSL | 22.26º | 0.85% | 0.63% | - |
| HSV(B) | 22.26º | 0.66% | 0.95% | - |
| XYZ | 47.32 | 38.36 | 12.89 | - |
| YUV | 164.17 | 81.63 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 82 | 0 | 0.41 | 0.66 | 0.05 | 22.26 | 0.85 | 0.63 |
| Hex | F1 | 8D | 52 | 0 | 29 | 42 | 5 | 16 | 55 | 3F |
| Octal | 361 | 215 | 122 | 0 | 51 | 102 | 5 | 26 | 125 | 77 |
| Binary | 11110001 | 10001101 | 1010010 | 0 | 101001 | 1000010 | 101 | 10110 | 1010101 | 111111 |
Color Harmonies of #F18D52
Complementary color
Monochromatic Colors of #F18D52
Black with #F18D52
Text Example
Text Example
White with #F18D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18D52; }
p { color: rgb(241,141,82); }
H1.HeaderClassName
{
color: #F18D52;
}
.AnyTagClassName
{
color: #F18D52;
}
</style>
background-color css
<style>
a { background-color: #F18D52; }
a { background-color: rgb(241,141,82); }
div.DivClassName
{
background-color: #F18D52;
}
.BgClassName
{
background-color: #F18D52;
}
</style>
border-color css
<style>
span { border-color: #F18D52; }
span { border-color: rgb(241,141,82); }
td.TdClassName
{
border-color: #F18D52;
}
.TagClassName
{
border-color: #F18D52;
}
</style>