Shades of Crusta #F08053
Tints of Crusta #F08053
RGB
CMYK
RGB Variations
Color information
#F08053 (or 0xF08053) is known color: Crusta. HEX triplet: F0, 80 and 53. RGB value is (240,128,83). Sum of RGB (Red+Green+Blue) = 240+128+83=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 83 (32.81% from 255 or 18.40% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F08053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08053 is #0F7FAC. Grayscale: #9C9C9C. Windows color (decimal): -1015725 or 5472496. OLE color: 5472496.
HSL color Cylindrical-coordinate representation of color #F08053: hue angle of 17.2º 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 #F08053 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 83 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.06 |
| HSL | 17.2º | 0.84% | 0.63% | - |
| HSV(B) | 17.2º | 0.65% | 0.94% | - |
| XYZ | 45.22 | 34.59 | 12.48 | - |
| YUV | 156.36 | 86.61 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 83 | 0 | 0.47 | 0.65 | 0.06 | 17.2 | 0.84 | 0.63 |
| Hex | F0 | 80 | 53 | 0 | 2F | 41 | 6 | 11 | 54 | 3F |
| Octal | 360 | 200 | 123 | 0 | 57 | 101 | 6 | 21 | 124 | 77 |
| Binary | 11110000 | 10000000 | 1010011 | 0 | 101111 | 1000001 | 110 | 10001 | 1010100 | 111111 |
Color Harmonies of #F08053
Complementary color
Monochromatic Colors of #F08053
Black with #F08053
Text Example
Text Example
White with #F08053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08053; }
p { color: rgb(240,128,83); }
H1.HeaderClassName
{
color: #F08053;
}
.AnyTagClassName
{
color: #F08053;
}
</style>
background-color css
<style>
a { background-color: #F08053; }
a { background-color: rgb(240,128,83); }
div.DivClassName
{
background-color: #F08053;
}
.BgClassName
{
background-color: #F08053;
}
</style>
border-color css
<style>
span { border-color: #F08053; }
span { border-color: rgb(240,128,83); }
td.TdClassName
{
border-color: #F08053;
}
.TagClassName
{
border-color: #F08053;
}
</style>