Shades of Crusta #F1805B
Tints of Crusta #F1805B
RGB
CMYK
RGB Variations
Color information
#F1805B (or 0xF1805B) is known color: Crusta. HEX triplet: F1, 80 and 5B. RGB value is (241,128,91). Sum of RGB (Red+Green+Blue) = 241+128+91=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F1805B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1805B is #0E7FA4. Grayscale: #9D9D9D. Windows color (decimal): -950181 or 5996785. OLE color: 5996785.
HSL color Cylindrical-coordinate representation of color #F1805B: hue angle of 14.8º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F1805B is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 128 | 91 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.05 |
| HSL | 14.8º | 0.84% | 0.65% | - |
| HSV(B) | 14.8º | 0.62% | 0.95% | - |
| XYZ | 45.88 | 34.89 | 14.21 | - |
| YUV | 157.57 | 90.44 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 128 | 91 | 0 | 0.47 | 0.62 | 0.05 | 14.8 | 0.84 | 0.65 |
| Hex | F1 | 80 | 5B | 0 | 2F | 3E | 5 | F | 54 | 41 |
| Octal | 361 | 200 | 133 | 0 | 57 | 76 | 5 | 17 | 124 | 101 |
| Binary | 11110001 | 10000000 | 1011011 | 0 | 101111 | 111110 | 101 | 1111 | 1010100 | 1000001 |
Color Harmonies of #F1805B
Complementary color
Monochromatic Colors of #F1805B
Black with #F1805B
Text Example
Text Example
White with #F1805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1805B; }
p { color: rgb(241,128,91); }
H1.HeaderClassName
{
color: #F1805B;
}
.AnyTagClassName
{
color: #F1805B;
}
</style>
background-color css
<style>
a { background-color: #F1805B; }
a { background-color: rgb(241,128,91); }
div.DivClassName
{
background-color: #F1805B;
}
.BgClassName
{
background-color: #F1805B;
}
</style>
border-color css
<style>
span { border-color: #F1805B; }
span { border-color: rgb(241,128,91); }
td.TdClassName
{
border-color: #F1805B;
}
.TagClassName
{
border-color: #F1805B;
}
</style>