Shades of Crusta #F99051
Tints of Crusta #F99051
RGB
CMYK
RGB Variations
Color information
#F99051 (or 0xF99051) is known color: Crusta. HEX triplet: F9, 90 and 51. RGB value is (249,144,81). Sum of RGB (Red+Green+Blue) = 249+144+81=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 81 (32.03% from 255 or 17.09% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F99051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99051 is #066FAE. Grayscale: #A8A8A8. Windows color (decimal): -421807 or 5345529. OLE color: 5345529.
HSL color Cylindrical-coordinate representation of color #F99051: hue angle of 22.5º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F99051 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 81 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.02 |
| HSL | 22.5º | 0.93% | 0.65% | - |
| HSV(B) | 22.5º | 0.67% | 0.98% | - |
| XYZ | 50.53 | 40.68 | 12.97 | - |
| YUV | 168.21 | 78.79 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 81 | 0 | 0.42 | 0.67 | 0.02 | 22.5 | 0.93 | 0.65 |
| Hex | F9 | 90 | 51 | 0 | 2A | 43 | 2 | 16 | 5D | 41 |
| Octal | 371 | 220 | 121 | 0 | 52 | 103 | 2 | 26 | 135 | 101 |
| Binary | 11111001 | 10010000 | 1010001 | 0 | 101010 | 1000011 | 10 | 10110 | 1011101 | 1000001 |
Color Harmonies of #F99051
Complementary color
Monochromatic Colors of #F99051
Black with #F99051
Text Example
Text Example
White with #F99051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99051; }
p { color: rgb(249,144,81); }
H1.HeaderClassName
{
color: #F99051;
}
.AnyTagClassName
{
color: #F99051;
}
</style>
background-color css
<style>
a { background-color: #F99051; }
a { background-color: rgb(249,144,81); }
div.DivClassName
{
background-color: #F99051;
}
.BgClassName
{
background-color: #F99051;
}
</style>
border-color css
<style>
span { border-color: #F99051; }
span { border-color: rgb(249,144,81); }
td.TdClassName
{
border-color: #F99051;
}
.TagClassName
{
border-color: #F99051;
}
</style>