Shades of Crusta #F9885B
Tints of Crusta #F9885B
RGB
CMYK
RGB Variations
Color information
#F9885B (or 0xF9885B) is known color: Crusta. HEX triplet: F9, 88 and 5B. RGB value is (249,136,91). Sum of RGB (Red+Green+Blue) = 249+136+91=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F9885B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9885B is #0677A4. Grayscale: #A4A4A4. Windows color (decimal): -423845 or 5998841. OLE color: 5998841.
HSL color Cylindrical-coordinate representation of color #F9885B: hue angle of 17.09º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F9885B is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 136 | 91 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.02 |
| HSL | 17.09º | 0.93% | 0.67% | - |
| HSV(B) | 17.09º | 0.63% | 0.98% | - |
| XYZ | 49.76 | 38.5 | 14.71 | - |
| YUV | 164.66 | 86.44 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 136 | 91 | 0 | 0.45 | 0.63 | 0.02 | 17.09 | 0.93 | 0.67 |
| Hex | F9 | 88 | 5B | 0 | 2D | 3F | 2 | 11 | 5D | 43 |
| Octal | 371 | 210 | 133 | 0 | 55 | 77 | 2 | 21 | 135 | 103 |
| Binary | 11111001 | 10001000 | 1011011 | 0 | 101101 | 111111 | 10 | 10001 | 1011101 | 1000011 |
Color Harmonies of #F9885B
Complementary color
Monochromatic Colors of #F9885B
Black with #F9885B
Text Example
Text Example
White with #F9885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9885B; }
p { color: rgb(249,136,91); }
H1.HeaderClassName
{
color: #F9885B;
}
.AnyTagClassName
{
color: #F9885B;
}
</style>
background-color css
<style>
a { background-color: #F9885B; }
a { background-color: rgb(249,136,91); }
div.DivClassName
{
background-color: #F9885B;
}
.BgClassName
{
background-color: #F9885B;
}
</style>
border-color css
<style>
span { border-color: #F9885B; }
span { border-color: rgb(249,136,91); }
td.TdClassName
{
border-color: #F9885B;
}
.TagClassName
{
border-color: #F9885B;
}
</style>