Shades of Crusta #F99152
Tints of Crusta #F99152
RGB
CMYK
RGB Variations
Color information
#F99152 (or 0xF99152) is known color: Crusta. HEX triplet: F9, 91 and 52. RGB value is (249,145,82). Sum of RGB (Red+Green+Blue) = 249+145+82=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F99152 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99152 is #066EAD. Grayscale: #A9A9A9. Windows color (decimal): -421550 or 5411321. OLE color: 5411321.
HSL color Cylindrical-coordinate representation of color #F99152: hue angle of 22.63º 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 #F99152 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 82 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.02 |
| HSL | 22.63º | 0.93% | 0.65% | - |
| HSV(B) | 22.63º | 0.67% | 0.98% | - |
| XYZ | 50.72 | 41 | 13.22 | - |
| YUV | 168.91 | 78.96 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 82 | 0 | 0.42 | 0.67 | 0.02 | 22.63 | 0.93 | 0.65 |
| Hex | F9 | 91 | 52 | 0 | 2A | 43 | 2 | 17 | 5D | 41 |
| Octal | 371 | 221 | 122 | 0 | 52 | 103 | 2 | 27 | 135 | 101 |
| Binary | 11111001 | 10010001 | 1010010 | 0 | 101010 | 1000011 | 10 | 10111 | 1011101 | 1000001 |
Color Harmonies of #F99152
Complementary color
Monochromatic Colors of #F99152
Black with #F99152
Text Example
Text Example
White with #F99152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99152; }
p { color: rgb(249,145,82); }
H1.HeaderClassName
{
color: #F99152;
}
.AnyTagClassName
{
color: #F99152;
}
</style>
background-color css
<style>
a { background-color: #F99152; }
a { background-color: rgb(249,145,82); }
div.DivClassName
{
background-color: #F99152;
}
.BgClassName
{
background-color: #F99152;
}
</style>
border-color css
<style>
span { border-color: #F99152; }
span { border-color: rgb(249,145,82); }
td.TdClassName
{
border-color: #F99152;
}
.TagClassName
{
border-color: #F99152;
}
</style>