Shades of Crusta #F9905B
Tints of Crusta #F9905B
RGB
CMYK
RGB Variations
Color information
#F9905B (or 0xF9905B) is known color: Crusta. HEX triplet: F9, 90 and 5B. RGB value is (249,144,91). Sum of RGB (Red+Green+Blue) = 249+144+91=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 91 (35.94% from 255 or 18.80% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F9905B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9905B is #066FA4. Grayscale: #A9A9A9. Windows color (decimal): -421797 or 6000889. OLE color: 6000889.
HSL color Cylindrical-coordinate representation of color #F9905B: hue angle of 20.13º 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 #F9905B is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 91 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.02 |
| HSL | 20.13º | 0.93% | 0.67% | - |
| HSV(B) | 20.13º | 0.63% | 0.98% | - |
| XYZ | 50.93 | 40.84 | 15.1 | - |
| YUV | 169.35 | 83.79 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 91 | 0 | 0.42 | 0.63 | 0.02 | 20.13 | 0.93 | 0.67 |
| Hex | F9 | 90 | 5B | 0 | 2A | 3F | 2 | 14 | 5D | 43 |
| Octal | 371 | 220 | 133 | 0 | 52 | 77 | 2 | 24 | 135 | 103 |
| Binary | 11111001 | 10010000 | 1011011 | 0 | 101010 | 111111 | 10 | 10100 | 1011101 | 1000011 |
Color Harmonies of #F9905B
Complementary color
Monochromatic Colors of #F9905B
Black with #F9905B
Text Example
Text Example
White with #F9905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9905B; }
p { color: rgb(249,144,91); }
H1.HeaderClassName
{
color: #F9905B;
}
.AnyTagClassName
{
color: #F9905B;
}
</style>
background-color css
<style>
a { background-color: #F9905B; }
a { background-color: rgb(249,144,91); }
div.DivClassName
{
background-color: #F9905B;
}
.BgClassName
{
background-color: #F9905B;
}
</style>
border-color css
<style>
span { border-color: #F9905B; }
span { border-color: rgb(249,144,91); }
td.TdClassName
{
border-color: #F9905B;
}
.TagClassName
{
border-color: #F9905B;
}
</style>