Shades of Crusta #F0805D
Tints of Crusta #F0805D
RGB
CMYK
RGB Variations
Color information
#F0805D (or 0xF0805D) is known color: Crusta. HEX triplet: F0, 80 and 5D. RGB value is (240,128,93). Sum of RGB (Red+Green+Blue) = 240+128+93=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F0805D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0805D is #0F7FA2. Grayscale: #9D9D9D. Windows color (decimal): -1015715 or 6127856. OLE color: 6127856.
HSL color Cylindrical-coordinate representation of color #F0805D: hue angle of 14.29º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0805D is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 93 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.06 |
| HSL | 14.29º | 0.83% | 0.65% | - |
| HSV(B) | 14.29º | 0.61% | 0.94% | - |
| XYZ | 45.63 | 34.75 | 14.66 | - |
| YUV | 157.5 | 91.61 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 93 | 0 | 0.47 | 0.61 | 0.06 | 14.29 | 0.83 | 0.65 |
| Hex | F0 | 80 | 5D | 0 | 2F | 3D | 6 | E | 53 | 41 |
| Octal | 360 | 200 | 135 | 0 | 57 | 75 | 6 | 16 | 123 | 101 |
| Binary | 11110000 | 10000000 | 1011101 | 0 | 101111 | 111101 | 110 | 1110 | 1010011 | 1000001 |
Color Harmonies of #F0805D
Complementary color
Monochromatic Colors of #F0805D
Black with #F0805D
Text Example
Text Example
White with #F0805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0805D; }
p { color: rgb(240,128,93); }
H1.HeaderClassName
{
color: #F0805D;
}
.AnyTagClassName
{
color: #F0805D;
}
</style>
background-color css
<style>
a { background-color: #F0805D; }
a { background-color: rgb(240,128,93); }
div.DivClassName
{
background-color: #F0805D;
}
.BgClassName
{
background-color: #F0805D;
}
</style>
border-color css
<style>
span { border-color: #F0805D; }
span { border-color: rgb(240,128,93); }
td.TdClassName
{
border-color: #F0805D;
}
.TagClassName
{
border-color: #F0805D;
}
</style>