Shades of Crusta #F7824A
Tints of Crusta #F7824A
RGB
CMYK
RGB Variations
Color information
#F7824A (or 0xF7824A) is known color: Crusta. HEX triplet: F7, 82 and 4A. RGB value is (247,130,74). Sum of RGB (Red+Green+Blue) = 247+130+74=451 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.77% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 74 (29.30% from 255 or 16.41% from 451); Max value from RGB is 247 - color contains mainly: red. Hex color #F7824A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7824A is #087DB5. Grayscale: #9E9E9E. Windows color (decimal): -556470 or 4883191. OLE color: 4883191.
HSL color Cylindrical-coordinate representation of color #F7824A: hue angle of 19.42º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F7824A is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 74 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.03 |
| HSL | 19.42º | 0.92% | 0.63% | - |
| HSV(B) | 19.42º | 0.7% | 0.97% | - |
| XYZ | 47.58 | 36.23 | 10.96 | - |
| YUV | 158.6 | 80.26 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 74 | 0 | 0.47 | 0.70 | 0.03 | 19.42 | 0.92 | 0.63 |
| Hex | F7 | 82 | 4A | 0 | 2F | 46 | 3 | 13 | 5C | 3F |
| Octal | 367 | 202 | 112 | 0 | 57 | 106 | 3 | 23 | 134 | 77 |
| Binary | 11110111 | 10000010 | 1001010 | 0 | 101111 | 1000110 | 11 | 10011 | 1011100 | 111111 |
Color Harmonies of #F7824A
Complementary color
Monochromatic Colors of #F7824A
Black with #F7824A
Text Example
Text Example
White with #F7824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7824A; }
p { color: rgb(247,130,74); }
H1.HeaderClassName
{
color: #F7824A;
}
.AnyTagClassName
{
color: #F7824A;
}
</style>
background-color css
<style>
a { background-color: #F7824A; }
a { background-color: rgb(247,130,74); }
div.DivClassName
{
background-color: #F7824A;
}
.BgClassName
{
background-color: #F7824A;
}
</style>
border-color css
<style>
span { border-color: #F7824A; }
span { border-color: rgb(247,130,74); }
td.TdClassName
{
border-color: #F7824A;
}
.TagClassName
{
border-color: #F7824A;
}
</style>