Shades of Crusta #F6824A
Tints of Crusta #F6824A
RGB
CMYK
RGB Variations
Color information
#F6824A (or 0xF6824A) is known color: Crusta. HEX triplet: F6, 82 and 4A. RGB value is (246,130,74). Sum of RGB (Red+Green+Blue) = 246+130+74=450 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.67% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 246 - color contains mainly: red. Hex color #F6824A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6824A is #097DB5. Grayscale: #9E9E9E. Windows color (decimal): -622006 or 4883190. OLE color: 4883190.
HSL color Cylindrical-coordinate representation of color #F6824A: hue angle of 19.53º degrees, saturation: 0.91, 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 #F6824A is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 74 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.04 |
| HSL | 19.53º | 0.91% | 0.63% | - |
| HSV(B) | 19.53º | 0.7% | 0.96% | - |
| XYZ | 47.22 | 36.05 | 10.95 | - |
| YUV | 158.3 | 80.43 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 74 | 0 | 0.47 | 0.70 | 0.04 | 19.53 | 0.91 | 0.63 |
| Hex | F6 | 82 | 4A | 0 | 2F | 46 | 4 | 14 | 5B | 3F |
| Octal | 366 | 202 | 112 | 0 | 57 | 106 | 4 | 24 | 133 | 77 |
| Binary | 11110110 | 10000010 | 1001010 | 0 | 101111 | 1000110 | 100 | 10100 | 1011011 | 111111 |
Color Harmonies of #F6824A
Complementary color
Monochromatic Colors of #F6824A
Black with #F6824A
Text Example
Text Example
White with #F6824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6824A; }
p { color: rgb(246,130,74); }
H1.HeaderClassName
{
color: #F6824A;
}
.AnyTagClassName
{
color: #F6824A;
}
</style>
background-color css
<style>
a { background-color: #F6824A; }
a { background-color: rgb(246,130,74); }
div.DivClassName
{
background-color: #F6824A;
}
.BgClassName
{
background-color: #F6824A;
}
</style>
border-color css
<style>
span { border-color: #F6824A; }
span { border-color: rgb(246,130,74); }
td.TdClassName
{
border-color: #F6824A;
}
.TagClassName
{
border-color: #F6824A;
}
</style>