Shades of Crusta #F18053
Tints of Crusta #F18053
RGB
CMYK
RGB Variations
Color information
#F18053 (or 0xF18053) is known color: Crusta. HEX triplet: F1, 80 and 53. RGB value is (241,128,83). Sum of RGB (Red+Green+Blue) = 241+128+83=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 83 (32.81% from 255 or 18.36% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F18053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18053 is #0E7FAC. Grayscale: #9C9C9C. Windows color (decimal): -950189 or 5472497. OLE color: 5472497.
HSL color Cylindrical-coordinate representation of color #F18053: hue angle of 17.09º 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 #F18053 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 128 | 83 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.05 |
| HSL | 17.09º | 0.85% | 0.64% | - |
| HSV(B) | 17.09º | 0.66% | 0.95% | - |
| XYZ | 45.56 | 34.76 | 12.49 | - |
| YUV | 156.66 | 86.44 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 128 | 83 | 0 | 0.47 | 0.66 | 0.05 | 17.09 | 0.85 | 0.64 |
| Hex | F1 | 80 | 53 | 0 | 2F | 42 | 5 | 11 | 55 | 40 |
| Octal | 361 | 200 | 123 | 0 | 57 | 102 | 5 | 21 | 125 | 100 |
| Binary | 11110001 | 10000000 | 1010011 | 0 | 101111 | 1000010 | 101 | 10001 | 1010101 | 1000000 |
Color Harmonies of #F18053
Complementary color
Monochromatic Colors of #F18053
Black with #F18053
Text Example
Text Example
White with #F18053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18053; }
p { color: rgb(241,128,83); }
H1.HeaderClassName
{
color: #F18053;
}
.AnyTagClassName
{
color: #F18053;
}
</style>
background-color css
<style>
a { background-color: #F18053; }
a { background-color: rgb(241,128,83); }
div.DivClassName
{
background-color: #F18053;
}
.BgClassName
{
background-color: #F18053;
}
</style>
border-color css
<style>
span { border-color: #F18053; }
span { border-color: rgb(241,128,83); }
td.TdClassName
{
border-color: #F18053;
}
.TagClassName
{
border-color: #F18053;
}
</style>