Shades of Crusta #F09356
Tints of Crusta #F09356
RGB
CMYK
RGB Variations
Color information
#F09356 (or 0xF09356) is known color: Crusta. HEX triplet: F0, 93 and 56. RGB value is (240,147,86). Sum of RGB (Red+Green+Blue) = 240+147+86=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F09356 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09356 is #0F6CA9. Grayscale: #A8A8A8. Windows color (decimal): -1010858 or 5673968. OLE color: 5673968.
HSL color Cylindrical-coordinate representation of color #F09356: hue angle of 23.77º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F09356 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 86 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.06 |
| HSL | 23.77º | 0.84% | 0.64% | - |
| HSV(B) | 23.77º | 0.64% | 0.94% | - |
| XYZ | 48.05 | 40.06 | 14 | - |
| YUV | 167.85 | 81.81 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 86 | 0 | 0.39 | 0.64 | 0.06 | 23.77 | 0.84 | 0.64 |
| Hex | F0 | 93 | 56 | 0 | 27 | 40 | 6 | 18 | 54 | 40 |
| Octal | 360 | 223 | 126 | 0 | 47 | 100 | 6 | 30 | 124 | 100 |
| Binary | 11110000 | 10010011 | 1010110 | 0 | 100111 | 1000000 | 110 | 11000 | 1010100 | 1000000 |
Color Harmonies of #F09356
Complementary color
Monochromatic Colors of #F09356
Black with #F09356
Text Example
Text Example
White with #F09356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09356; }
p { color: rgb(240,147,86); }
H1.HeaderClassName
{
color: #F09356;
}
.AnyTagClassName
{
color: #F09356;
}
</style>
background-color css
<style>
a { background-color: #F09356; }
a { background-color: rgb(240,147,86); }
div.DivClassName
{
background-color: #F09356;
}
.BgClassName
{
background-color: #F09356;
}
</style>
border-color css
<style>
span { border-color: #F09356; }
span { border-color: rgb(240,147,86); }
td.TdClassName
{
border-color: #F09356;
}
.TagClassName
{
border-color: #F09356;
}
</style>