Shades of Crusta #F99054
Tints of Crusta #F99054
RGB
CMYK
RGB Variations
Color information
#F99054 (or 0xF99054) is known color: Crusta. HEX triplet: F9, 90 and 54. RGB value is (249,144,84). Sum of RGB (Red+Green+Blue) = 249+144+84=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 84 (33.20% from 255 or 17.61% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F99054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99054 is #066FAB. Grayscale: #A8A8A8. Windows color (decimal): -421804 or 5542137. OLE color: 5542137.
HSL color Cylindrical-coordinate representation of color #F99054: hue angle of 21.82º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F99054 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 84 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.02 |
| HSL | 21.82º | 0.93% | 0.65% | - |
| HSV(B) | 21.82º | 0.66% | 0.98% | - |
| XYZ | 50.64 | 40.73 | 13.58 | - |
| YUV | 168.56 | 80.29 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 84 | 0 | 0.42 | 0.66 | 0.02 | 21.82 | 0.93 | 0.65 |
| Hex | F9 | 90 | 54 | 0 | 2A | 42 | 2 | 16 | 5D | 41 |
| Octal | 371 | 220 | 124 | 0 | 52 | 102 | 2 | 26 | 135 | 101 |
| Binary | 11111001 | 10010000 | 1010100 | 0 | 101010 | 1000010 | 10 | 10110 | 1011101 | 1000001 |
Color Harmonies of #F99054
Complementary color
Monochromatic Colors of #F99054
Black with #F99054
Text Example
Text Example
White with #F99054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99054; }
p { color: rgb(249,144,84); }
H1.HeaderClassName
{
color: #F99054;
}
.AnyTagClassName
{
color: #F99054;
}
</style>
background-color css
<style>
a { background-color: #F99054; }
a { background-color: rgb(249,144,84); }
div.DivClassName
{
background-color: #F99054;
}
.BgClassName
{
background-color: #F99054;
}
</style>
border-color css
<style>
span { border-color: #F99054; }
span { border-color: rgb(249,144,84); }
td.TdClassName
{
border-color: #F99054;
}
.TagClassName
{
border-color: #F99054;
}
</style>