Shades of Crusta #F1804C
Tints of Crusta #F1804C
RGB
CMYK
RGB Variations
Color information
#F1804C (or 0xF1804C) is known color: Crusta. HEX triplet: F1, 80 and 4C. RGB value is (241,128,76). Sum of RGB (Red+Green+Blue) = 241+128+76=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F1804C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1804C is #0E7FB3. Grayscale: #9C9C9C. Windows color (decimal): -950196 or 5013745. OLE color: 5013745.
HSL color Cylindrical-coordinate representation of color #F1804C: hue angle of 18.91º 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 #F1804C is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 128 | 76 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.05 |
| HSL | 18.91º | 0.85% | 0.62% | - |
| HSV(B) | 18.91º | 0.68% | 0.95% | - |
| XYZ | 45.3 | 34.66 | 11.14 | - |
| YUV | 155.86 | 82.94 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 128 | 76 | 0 | 0.47 | 0.68 | 0.05 | 18.91 | 0.85 | 0.62 |
| Hex | F1 | 80 | 4C | 0 | 2F | 44 | 5 | 13 | 55 | 3E |
| Octal | 361 | 200 | 114 | 0 | 57 | 104 | 5 | 23 | 125 | 76 |
| Binary | 11110001 | 10000000 | 1001100 | 0 | 101111 | 1000100 | 101 | 10011 | 1010101 | 111110 |
Color Harmonies of #F1804C
Complementary color
Monochromatic Colors of #F1804C
Black with #F1804C
Text Example
Text Example
White with #F1804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1804C; }
p { color: rgb(241,128,76); }
H1.HeaderClassName
{
color: #F1804C;
}
.AnyTagClassName
{
color: #F1804C;
}
</style>
background-color css
<style>
a { background-color: #F1804C; }
a { background-color: rgb(241,128,76); }
div.DivClassName
{
background-color: #F1804C;
}
.BgClassName
{
background-color: #F1804C;
}
</style>
border-color css
<style>
span { border-color: #F1804C; }
span { border-color: rgb(241,128,76); }
td.TdClassName
{
border-color: #F1804C;
}
.TagClassName
{
border-color: #F1804C;
}
</style>