Shades of Crusta #F68250
Tints of Crusta #F68250
RGB
CMYK
RGB Variations
Color information
#F68250 (or 0xF68250) is known color: Crusta. HEX triplet: F6, 82 and 50. RGB value is (246,130,80). Sum of RGB (Red+Green+Blue) = 246+130+80=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F68250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68250 is #097DAF. Grayscale: #9F9F9F. Windows color (decimal): -622000 or 5276406. OLE color: 5276406.
HSL color Cylindrical-coordinate representation of color #F68250: hue angle of 18.07º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F68250 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 80 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.04 |
| HSL | 18.07º | 0.9% | 0.64% | - |
| HSV(B) | 18.07º | 0.67% | 0.96% | - |
| XYZ | 47.44 | 36.14 | 12.06 | - |
| YUV | 158.98 | 83.43 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 80 | 0 | 0.47 | 0.67 | 0.04 | 18.07 | 0.9 | 0.64 |
| Hex | F6 | 82 | 50 | 0 | 2F | 43 | 4 | 12 | 5A | 40 |
| Octal | 366 | 202 | 120 | 0 | 57 | 103 | 4 | 22 | 132 | 100 |
| Binary | 11110110 | 10000010 | 1010000 | 0 | 101111 | 1000011 | 100 | 10010 | 1011010 | 1000000 |
Color Harmonies of #F68250
Complementary color
Monochromatic Colors of #F68250
Black with #F68250
Text Example
Text Example
White with #F68250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68250; }
p { color: rgb(246,130,80); }
H1.HeaderClassName
{
color: #F68250;
}
.AnyTagClassName
{
color: #F68250;
}
</style>
background-color css
<style>
a { background-color: #F68250; }
a { background-color: rgb(246,130,80); }
div.DivClassName
{
background-color: #F68250;
}
.BgClassName
{
background-color: #F68250;
}
</style>
border-color css
<style>
span { border-color: #F68250; }
span { border-color: rgb(246,130,80); }
td.TdClassName
{
border-color: #F68250;
}
.TagClassName
{
border-color: #F68250;
}
</style>