Shades of Crusta #F5925C
Tints of Crusta #F5925C
RGB
CMYK
RGB Variations
Color information
#F5925C (or 0xF5925C) is known color: Crusta. HEX triplet: F5, 92 and 5C. RGB value is (245,146,92). Sum of RGB (Red+Green+Blue) = 245+146+92=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F5925C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5925C is #0A6DA3. Grayscale: #A9A9A9. Windows color (decimal): -683428 or 6066933. OLE color: 6066933.
HSL color Cylindrical-coordinate representation of color #F5925C: hue angle of 21.18º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5925C is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 92 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.04 |
| HSL | 21.18º | 0.88% | 0.66% | - |
| HSV(B) | 21.18º | 0.62% | 0.96% | - |
| XYZ | 49.87 | 40.74 | 15.36 | - |
| YUV | 169.45 | 84.3 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 92 | 0 | 0.40 | 0.62 | 0.04 | 21.18 | 0.88 | 0.66 |
| Hex | F5 | 92 | 5C | 0 | 28 | 3E | 4 | 15 | 58 | 42 |
| Octal | 365 | 222 | 134 | 0 | 50 | 76 | 4 | 25 | 130 | 102 |
| Binary | 11110101 | 10010010 | 1011100 | 0 | 101000 | 111110 | 100 | 10101 | 1011000 | 1000010 |
Color Harmonies of #F5925C
Complementary color
Monochromatic Colors of #F5925C
Black with #F5925C
Text Example
Text Example
White with #F5925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5925C; }
p { color: rgb(245,146,92); }
H1.HeaderClassName
{
color: #F5925C;
}
.AnyTagClassName
{
color: #F5925C;
}
</style>
background-color css
<style>
a { background-color: #F5925C; }
a { background-color: rgb(245,146,92); }
div.DivClassName
{
background-color: #F5925C;
}
.BgClassName
{
background-color: #F5925C;
}
</style>
border-color css
<style>
span { border-color: #F5925C; }
span { border-color: rgb(245,146,92); }
td.TdClassName
{
border-color: #F5925C;
}
.TagClassName
{
border-color: #F5925C;
}
</style>