Shades of Crusta #F08953
Tints of Crusta #F08953
RGB
CMYK
RGB Variations
Color information
#F08953 (or 0xF08953) is known color: Crusta. HEX triplet: F0, 89 and 53. RGB value is (240,137,83). Sum of RGB (Red+Green+Blue) = 240+137+83=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 83 (32.81% from 255 or 18.04% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F08953 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08953 is #0F76AC. Grayscale: #A1A1A1. Windows color (decimal): -1013421 or 5474800. OLE color: 5474800.
HSL color Cylindrical-coordinate representation of color #F08953: hue angle of 20.64º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F08953 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 83 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.06 |
| HSL | 20.64º | 0.84% | 0.63% | - |
| HSV(B) | 20.64º | 0.65% | 0.94% | - |
| XYZ | 46.44 | 37.04 | 12.89 | - |
| YUV | 161.64 | 83.62 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 83 | 0 | 0.43 | 0.65 | 0.06 | 20.64 | 0.84 | 0.63 |
| Hex | F0 | 89 | 53 | 0 | 2B | 41 | 6 | 15 | 54 | 3F |
| Octal | 360 | 211 | 123 | 0 | 53 | 101 | 6 | 25 | 124 | 77 |
| Binary | 11110000 | 10001001 | 1010011 | 0 | 101011 | 1000001 | 110 | 10101 | 1010100 | 111111 |
Color Harmonies of #F08953
Complementary color
Monochromatic Colors of #F08953
Black with #F08953
Text Example
Text Example
White with #F08953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08953; }
p { color: rgb(240,137,83); }
H1.HeaderClassName
{
color: #F08953;
}
.AnyTagClassName
{
color: #F08953;
}
</style>
background-color css
<style>
a { background-color: #F08953; }
a { background-color: rgb(240,137,83); }
div.DivClassName
{
background-color: #F08953;
}
.BgClassName
{
background-color: #F08953;
}
</style>
border-color css
<style>
span { border-color: #F08953; }
span { border-color: rgb(240,137,83); }
td.TdClassName
{
border-color: #F08953;
}
.TagClassName
{
border-color: #F08953;
}
</style>