Shades of Crusta #F08363
Tints of Crusta #F08363
RGB
CMYK
RGB Variations
Color information
#F08363 (or 0xF08363) is known color: Crusta. HEX triplet: F0, 83 and 63. RGB value is (240,131,99). Sum of RGB (Red+Green+Blue) = 240+131+99=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F08363 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08363 is #0F7C9C. Grayscale: #A0A0A0. Windows color (decimal): -1014941 or 6521840. OLE color: 6521840.
HSL color Cylindrical-coordinate representation of color #F08363: hue angle of 13.62º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F08363 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 99 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.06 |
| HSL | 13.62º | 0.82% | 0.66% | - |
| HSV(B) | 13.62º | 0.59% | 0.94% | - |
| XYZ | 46.3 | 35.66 | 16.25 | - |
| YUV | 159.94 | 93.61 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 99 | 0 | 0.45 | 0.59 | 0.06 | 13.62 | 0.82 | 0.66 |
| Hex | F0 | 83 | 63 | 0 | 2D | 3B | 6 | E | 52 | 42 |
| Octal | 360 | 203 | 143 | 0 | 55 | 73 | 6 | 16 | 122 | 102 |
| Binary | 11110000 | 10000011 | 1100011 | 0 | 101101 | 111011 | 110 | 1110 | 1010010 | 1000010 |
Color Harmonies of #F08363
Complementary color
Monochromatic Colors of #F08363
Black with #F08363
Text Example
Text Example
White with #F08363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08363; }
p { color: rgb(240,131,99); }
H1.HeaderClassName
{
color: #F08363;
}
.AnyTagClassName
{
color: #F08363;
}
</style>
background-color css
<style>
a { background-color: #F08363; }
a { background-color: rgb(240,131,99); }
div.DivClassName
{
background-color: #F08363;
}
.BgClassName
{
background-color: #F08363;
}
</style>
border-color css
<style>
span { border-color: #F08363; }
span { border-color: rgb(240,131,99); }
td.TdClassName
{
border-color: #F08363;
}
.TagClassName
{
border-color: #F08363;
}
</style>