Shades of Crusta #F99355
Tints of Crusta #F99355
RGB
CMYK
RGB Variations
Color information
#F99355 (or 0xF99355) is known color: Crusta. HEX triplet: F9, 93 and 55. RGB value is (249,147,85). Sum of RGB (Red+Green+Blue) = 249+147+85=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 85 (33.59% from 255 or 17.67% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F99355 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99355 is #066CAA. Grayscale: #AAAAAA. Windows color (decimal): -421035 or 5608441. OLE color: 5608441.
HSL color Cylindrical-coordinate representation of color #F99355: hue angle of 22.68º 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 #F99355 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 85 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.02 |
| HSL | 22.68º | 0.93% | 0.65% | - |
| HSV(B) | 22.68º | 0.66% | 0.98% | - |
| XYZ | 51.14 | 41.66 | 13.94 | - |
| YUV | 170.43 | 79.79 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 85 | 0 | 0.41 | 0.66 | 0.02 | 22.68 | 0.93 | 0.65 |
| Hex | F9 | 93 | 55 | 0 | 29 | 42 | 2 | 17 | 5D | 41 |
| Octal | 371 | 223 | 125 | 0 | 51 | 102 | 2 | 27 | 135 | 101 |
| Binary | 11111001 | 10010011 | 1010101 | 0 | 101001 | 1000010 | 10 | 10111 | 1011101 | 1000001 |
Color Harmonies of #F99355
Complementary color
Monochromatic Colors of #F99355
Black with #F99355
Text Example
Text Example
White with #F99355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99355; }
p { color: rgb(249,147,85); }
H1.HeaderClassName
{
color: #F99355;
}
.AnyTagClassName
{
color: #F99355;
}
</style>
background-color css
<style>
a { background-color: #F99355; }
a { background-color: rgb(249,147,85); }
div.DivClassName
{
background-color: #F99355;
}
.BgClassName
{
background-color: #F99355;
}
</style>
border-color css
<style>
span { border-color: #F99355; }
span { border-color: rgb(249,147,85); }
td.TdClassName
{
border-color: #F99355;
}
.TagClassName
{
border-color: #F99355;
}
</style>