Shades of Crusta #F99356
Tints of Crusta #F99356
RGB
CMYK
RGB Variations
Color information
#F99356 (or 0xF99356) is known color: Crusta. HEX triplet: F9, 93 and 56. RGB value is (249,147,86). Sum of RGB (Red+Green+Blue) = 249+147+86=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 86 (33.98% from 255 or 17.84% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F99356 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99356 is #066CA9. Grayscale: #AAAAAA. Windows color (decimal): -421034 or 5673977. OLE color: 5673977.
HSL color Cylindrical-coordinate representation of color #F99356: hue angle of 22.45º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F99356 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 86 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.02 |
| HSL | 22.45º | 0.93% | 0.66% | - |
| HSV(B) | 22.45º | 0.65% | 0.98% | - |
| XYZ | 51.18 | 41.68 | 14.15 | - |
| YUV | 170.54 | 80.29 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 86 | 0 | 0.41 | 0.65 | 0.02 | 22.45 | 0.93 | 0.66 |
| Hex | F9 | 93 | 56 | 0 | 29 | 41 | 2 | 16 | 5D | 42 |
| Octal | 371 | 223 | 126 | 0 | 51 | 101 | 2 | 26 | 135 | 102 |
| Binary | 11111001 | 10010011 | 1010110 | 0 | 101001 | 1000001 | 10 | 10110 | 1011101 | 1000010 |
Color Harmonies of #F99356
Complementary color
Monochromatic Colors of #F99356
Black with #F99356
Text Example
Text Example
White with #F99356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99356; }
p { color: rgb(249,147,86); }
H1.HeaderClassName
{
color: #F99356;
}
.AnyTagClassName
{
color: #F99356;
}
</style>
background-color css
<style>
a { background-color: #F99356; }
a { background-color: rgb(249,147,86); }
div.DivClassName
{
background-color: #F99356;
}
.BgClassName
{
background-color: #F99356;
}
</style>
border-color css
<style>
span { border-color: #F99356; }
span { border-color: rgb(249,147,86); }
td.TdClassName
{
border-color: #F99356;
}
.TagClassName
{
border-color: #F99356;
}
</style>