Shades of Crusta #F9825B
Tints of Crusta #F9825B
RGB
CMYK
RGB Variations
Color information
#F9825B (or 0xF9825B) is known color: Crusta. HEX triplet: F9, 82 and 5B. RGB value is (249,130,91). Sum of RGB (Red+Green+Blue) = 249+130+91=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F9825B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9825B is #067DA4. Grayscale: #A1A1A1. Windows color (decimal): -425381 or 5997305. OLE color: 5997305.
HSL color Cylindrical-coordinate representation of color #F9825B: hue angle of 14.81º 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 #F9825B is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 91 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.02 |
| HSL | 14.81º | 0.93% | 0.67% | - |
| HSV(B) | 14.81º | 0.63% | 0.98% | - |
| XYZ | 48.94 | 36.86 | 14.43 | - |
| YUV | 161.14 | 88.42 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 91 | 0 | 0.48 | 0.63 | 0.02 | 14.81 | 0.93 | 0.67 |
| Hex | F9 | 82 | 5B | 0 | 30 | 3F | 2 | F | 5D | 43 |
| Octal | 371 | 202 | 133 | 0 | 60 | 77 | 2 | 17 | 135 | 103 |
| Binary | 11111001 | 10000010 | 1011011 | 0 | 110000 | 111111 | 10 | 1111 | 1011101 | 1000011 |
Color Harmonies of #F9825B
Complementary color
Monochromatic Colors of #F9825B
Black with #F9825B
Text Example
Text Example
White with #F9825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9825B; }
p { color: rgb(249,130,91); }
H1.HeaderClassName
{
color: #F9825B;
}
.AnyTagClassName
{
color: #F9825B;
}
</style>
background-color css
<style>
a { background-color: #F9825B; }
a { background-color: rgb(249,130,91); }
div.DivClassName
{
background-color: #F9825B;
}
.BgClassName
{
background-color: #F9825B;
}
</style>
border-color css
<style>
span { border-color: #F9825B; }
span { border-color: rgb(249,130,91); }
td.TdClassName
{
border-color: #F9825B;
}
.TagClassName
{
border-color: #F9825B;
}
</style>