Shades of Crusta #F99253
Tints of Crusta #F99253
RGB
CMYK
RGB Variations
Color information
#F99253 (or 0xF99253) is known color: Crusta. HEX triplet: F9, 92 and 53. RGB value is (249,146,83). Sum of RGB (Red+Green+Blue) = 249+146+83=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 83 (32.81% from 255 or 17.36% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F99253 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99253 is #066DAC. Grayscale: #A9A9A9. Windows color (decimal): -421293 or 5477113. OLE color: 5477113.
HSL color Cylindrical-coordinate representation of color #F99253: hue angle of 22.77º 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 #F99253 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 83 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.02 |
| HSL | 22.77º | 0.93% | 0.65% | - |
| HSV(B) | 22.77º | 0.67% | 0.98% | - |
| XYZ | 50.91 | 41.32 | 13.48 | - |
| YUV | 169.62 | 79.12 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 83 | 0 | 0.41 | 0.67 | 0.02 | 22.77 | 0.93 | 0.65 |
| Hex | F9 | 92 | 53 | 0 | 29 | 43 | 2 | 17 | 5D | 41 |
| Octal | 371 | 222 | 123 | 0 | 51 | 103 | 2 | 27 | 135 | 101 |
| Binary | 11111001 | 10010010 | 1010011 | 0 | 101001 | 1000011 | 10 | 10111 | 1011101 | 1000001 |
Color Harmonies of #F99253
Complementary color
Monochromatic Colors of #F99253
Black with #F99253
Text Example
Text Example
White with #F99253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99253; }
p { color: rgb(249,146,83); }
H1.HeaderClassName
{
color: #F99253;
}
.AnyTagClassName
{
color: #F99253;
}
</style>
background-color css
<style>
a { background-color: #F99253; }
a { background-color: rgb(249,146,83); }
div.DivClassName
{
background-color: #F99253;
}
.BgClassName
{
background-color: #F99253;
}
</style>
border-color css
<style>
span { border-color: #F99253; }
span { border-color: rgb(249,146,83); }
td.TdClassName
{
border-color: #F99253;
}
.TagClassName
{
border-color: #F99253;
}
</style>