Shades of Crusta #F5925B
Tints of Crusta #F5925B
RGB
CMYK
RGB Variations
Color information
#F5925B (or 0xF5925B) is known color: Crusta. HEX triplet: F5, 92 and 5B. RGB value is (245,146,91). Sum of RGB (Red+Green+Blue) = 245+146+91=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5925B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5925B is #0A6DA4. Grayscale: #A9A9A9. Windows color (decimal): -683429 or 6001397. OLE color: 6001397.
HSL color Cylindrical-coordinate representation of color #F5925B: hue angle of 21.43º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F5925B is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 91 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.04 |
| HSL | 21.43º | 0.89% | 0.66% | - |
| HSV(B) | 21.43º | 0.63% | 0.96% | - |
| XYZ | 49.82 | 40.73 | 15.13 | - |
| YUV | 169.33 | 83.8 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 91 | 0 | 0.40 | 0.63 | 0.04 | 21.43 | 0.89 | 0.66 |
| Hex | F5 | 92 | 5B | 0 | 28 | 3F | 4 | 15 | 59 | 42 |
| Octal | 365 | 222 | 133 | 0 | 50 | 77 | 4 | 25 | 131 | 102 |
| Binary | 11110101 | 10010010 | 1011011 | 0 | 101000 | 111111 | 100 | 10101 | 1011001 | 1000010 |
Color Harmonies of #F5925B
Complementary color
Monochromatic Colors of #F5925B
Black with #F5925B
Text Example
Text Example
White with #F5925B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5925B; }
p { color: rgb(245,146,91); }
H1.HeaderClassName
{
color: #F5925B;
}
.AnyTagClassName
{
color: #F5925B;
}
</style>
background-color css
<style>
a { background-color: #F5925B; }
a { background-color: rgb(245,146,91); }
div.DivClassName
{
background-color: #F5925B;
}
.BgClassName
{
background-color: #F5925B;
}
</style>
border-color css
<style>
span { border-color: #F5925B; }
span { border-color: rgb(245,146,91); }
td.TdClassName
{
border-color: #F5925B;
}
.TagClassName
{
border-color: #F5925B;
}
</style>