Shades of Crusta #F18C53
Tints of Crusta #F18C53
RGB
CMYK
RGB Variations
Color information
#F18C53 (or 0xF18C53) is known color: Crusta. HEX triplet: F1, 8C and 53. RGB value is (241,140,83). Sum of RGB (Red+Green+Blue) = 241+140+83=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18C53 is #0E73AC. Grayscale: #A4A4A4. Windows color (decimal): -947117 or 5475569. OLE color: 5475569.
HSL color Cylindrical-coordinate representation of color #F18C53: hue angle of 21.65º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F18C53 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 83 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.05 |
| HSL | 21.65º | 0.85% | 0.64% | - |
| HSV(B) | 21.65º | 0.66% | 0.95% | - |
| XYZ | 47.22 | 38.08 | 13.05 | - |
| YUV | 163.7 | 82.46 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 83 | 0 | 0.42 | 0.66 | 0.05 | 21.65 | 0.85 | 0.64 |
| Hex | F1 | 8C | 53 | 0 | 2A | 42 | 5 | 16 | 55 | 40 |
| Octal | 361 | 214 | 123 | 0 | 52 | 102 | 5 | 26 | 125 | 100 |
| Binary | 11110001 | 10001100 | 1010011 | 0 | 101010 | 1000010 | 101 | 10110 | 1010101 | 1000000 |
Color Harmonies of #F18C53
Complementary color
Monochromatic Colors of #F18C53
Black with #F18C53
Text Example
Text Example
White with #F18C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18C53; }
p { color: rgb(241,140,83); }
H1.HeaderClassName
{
color: #F18C53;
}
.AnyTagClassName
{
color: #F18C53;
}
</style>
background-color css
<style>
a { background-color: #F18C53; }
a { background-color: rgb(241,140,83); }
div.DivClassName
{
background-color: #F18C53;
}
.BgClassName
{
background-color: #F18C53;
}
</style>
border-color css
<style>
span { border-color: #F18C53; }
span { border-color: rgb(241,140,83); }
td.TdClassName
{
border-color: #F18C53;
}
.TagClassName
{
border-color: #F18C53;
}
</style>