Shades of Crusta #F7825A
Tints of Crusta #F7825A
RGB
CMYK
RGB Variations
Color information
#F7825A (or 0xF7825A) is known color: Crusta. HEX triplet: F7, 82 and 5A. RGB value is (247,130,90). Sum of RGB (Red+Green+Blue) = 247+130+90=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F7825A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7825A is #087DA5. Grayscale: #A0A0A0. Windows color (decimal): -556454 or 5931767. OLE color: 5931767.
HSL color Cylindrical-coordinate representation of color #F7825A: hue angle of 15.29º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F7825A is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 90 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.03 |
| HSL | 15.29º | 0.91% | 0.66% | - |
| HSV(B) | 15.29º | 0.64% | 0.97% | - |
| XYZ | 48.19 | 36.48 | 14.17 | - |
| YUV | 160.42 | 88.26 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 90 | 0 | 0.47 | 0.64 | 0.03 | 15.29 | 0.91 | 0.66 |
| Hex | F7 | 82 | 5A | 0 | 2F | 40 | 3 | F | 5B | 42 |
| Octal | 367 | 202 | 132 | 0 | 57 | 100 | 3 | 17 | 133 | 102 |
| Binary | 11110111 | 10000010 | 1011010 | 0 | 101111 | 1000000 | 11 | 1111 | 1011011 | 1000010 |
Color Harmonies of #F7825A
Complementary color
Monochromatic Colors of #F7825A
Black with #F7825A
Text Example
Text Example
White with #F7825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7825A; }
p { color: rgb(247,130,90); }
H1.HeaderClassName
{
color: #F7825A;
}
.AnyTagClassName
{
color: #F7825A;
}
</style>
background-color css
<style>
a { background-color: #F7825A; }
a { background-color: rgb(247,130,90); }
div.DivClassName
{
background-color: #F7825A;
}
.BgClassName
{
background-color: #F7825A;
}
</style>
border-color css
<style>
span { border-color: #F7825A; }
span { border-color: rgb(247,130,90); }
td.TdClassName
{
border-color: #F7825A;
}
.TagClassName
{
border-color: #F7825A;
}
</style>