Shades of Crusta #F6824B
Tints of Crusta #F6824B
RGB
CMYK
RGB Variations
Color information
#F6824B (or 0xF6824B) is known color: Crusta. HEX triplet: F6, 82 and 4B. RGB value is (246,130,75). Sum of RGB (Red+Green+Blue) = 246+130+75=451 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.55% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 75 (29.69% from 255 or 16.63% from 451); Max value from RGB is 246 - color contains mainly: red. Hex color #F6824B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6824B is #097DB4. Grayscale: #9E9E9E. Windows color (decimal): -622005 or 4948726. OLE color: 4948726.
HSL color Cylindrical-coordinate representation of color #F6824B: hue angle of 19.3º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F6824B is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 75 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.04 |
| HSL | 19.3º | 0.9% | 0.63% | - |
| HSV(B) | 19.3º | 0.7% | 0.96% | - |
| XYZ | 47.26 | 36.07 | 11.13 | - |
| YUV | 158.41 | 80.93 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 75 | 0 | 0.47 | 0.70 | 0.04 | 19.3 | 0.9 | 0.63 |
| Hex | F6 | 82 | 4B | 0 | 2F | 46 | 4 | 13 | 5A | 3F |
| Octal | 366 | 202 | 113 | 0 | 57 | 106 | 4 | 23 | 132 | 77 |
| Binary | 11110110 | 10000010 | 1001011 | 0 | 101111 | 1000110 | 100 | 10011 | 1011010 | 111111 |
Color Harmonies of #F6824B
Complementary color
Monochromatic Colors of #F6824B
Black with #F6824B
Text Example
Text Example
White with #F6824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6824B; }
p { color: rgb(246,130,75); }
H1.HeaderClassName
{
color: #F6824B;
}
.AnyTagClassName
{
color: #F6824B;
}
</style>
background-color css
<style>
a { background-color: #F6824B; }
a { background-color: rgb(246,130,75); }
div.DivClassName
{
background-color: #F6824B;
}
.BgClassName
{
background-color: #F6824B;
}
</style>
border-color css
<style>
span { border-color: #F6824B; }
span { border-color: rgb(246,130,75); }
td.TdClassName
{
border-color: #F6824B;
}
.TagClassName
{
border-color: #F6824B;
}
</style>