Shades of Crusta #F69054
Tints of Crusta #F69054
RGB
CMYK
RGB Variations
Color information
#F69054 (or 0xF69054) is known color: Crusta. HEX triplet: F6, 90 and 54. RGB value is (246,144,84). Sum of RGB (Red+Green+Blue) = 246+144+84=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 84 (33.20% from 255 or 17.72% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F69054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69054 is #096FAB. Grayscale: #A8A8A8. Windows color (decimal): -618412 or 5542134. OLE color: 5542134.
HSL color Cylindrical-coordinate representation of color #F69054: hue angle of 22.22º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F69054 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 84 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.04 |
| HSL | 22.22º | 0.9% | 0.65% | - |
| HSV(B) | 22.22º | 0.66% | 0.96% | - |
| XYZ | 49.58 | 40.18 | 13.53 | - |
| YUV | 167.66 | 80.79 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 84 | 0 | 0.41 | 0.66 | 0.04 | 22.22 | 0.9 | 0.65 |
| Hex | F6 | 90 | 54 | 0 | 29 | 42 | 4 | 16 | 5A | 41 |
| Octal | 366 | 220 | 124 | 0 | 51 | 102 | 4 | 26 | 132 | 101 |
| Binary | 11110110 | 10010000 | 1010100 | 0 | 101001 | 1000010 | 100 | 10110 | 1011010 | 1000001 |
Color Harmonies of #F69054
Complementary color
Monochromatic Colors of #F69054
Black with #F69054
Text Example
Text Example
White with #F69054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69054; }
p { color: rgb(246,144,84); }
H1.HeaderClassName
{
color: #F69054;
}
.AnyTagClassName
{
color: #F69054;
}
</style>
background-color css
<style>
a { background-color: #F69054; }
a { background-color: rgb(246,144,84); }
div.DivClassName
{
background-color: #F69054;
}
.BgClassName
{
background-color: #F69054;
}
</style>
border-color css
<style>
span { border-color: #F69054; }
span { border-color: rgb(246,144,84); }
td.TdClassName
{
border-color: #F69054;
}
.TagClassName
{
border-color: #F69054;
}
</style>