Shades of Crusta #F69355
Tints of Crusta #F69355
RGB
CMYK
RGB Variations
Color information
#F69355 (or 0xF69355) is known color: Crusta. HEX triplet: F6, 93 and 55. RGB value is (246,147,85). Sum of RGB (Red+Green+Blue) = 246+147+85=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F69355 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69355 is #096CAA. Grayscale: #A9A9A9. Windows color (decimal): -617643 or 5608438. OLE color: 5608438.
HSL color Cylindrical-coordinate representation of color #F69355: hue angle of 23.11º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F69355 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 147 | 85 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.04 |
| HSL | 23.11º | 0.9% | 0.65% | - |
| HSV(B) | 23.11º | 0.65% | 0.96% | - |
| XYZ | 50.08 | 41.12 | 13.89 | - |
| YUV | 169.53 | 80.3 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 147 | 85 | 0 | 0.40 | 0.65 | 0.04 | 23.11 | 0.9 | 0.65 |
| Hex | F6 | 93 | 55 | 0 | 28 | 41 | 4 | 17 | 5A | 41 |
| Octal | 366 | 223 | 125 | 0 | 50 | 101 | 4 | 27 | 132 | 101 |
| Binary | 11110110 | 10010011 | 1010101 | 0 | 101000 | 1000001 | 100 | 10111 | 1011010 | 1000001 |
Color Harmonies of #F69355
Complementary color
Monochromatic Colors of #F69355
Black with #F69355
Text Example
Text Example
White with #F69355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69355; }
p { color: rgb(246,147,85); }
H1.HeaderClassName
{
color: #F69355;
}
.AnyTagClassName
{
color: #F69355;
}
</style>
background-color css
<style>
a { background-color: #F69355; }
a { background-color: rgb(246,147,85); }
div.DivClassName
{
background-color: #F69355;
}
.BgClassName
{
background-color: #F69355;
}
</style>
border-color css
<style>
span { border-color: #F69355; }
span { border-color: rgb(246,147,85); }
td.TdClassName
{
border-color: #F69355;
}
.TagClassName
{
border-color: #F69355;
}
</style>