Shades of Crusta #F6825D
Tints of Crusta #F6825D
RGB
CMYK
RGB Variations
Color information
#F6825D (or 0xF6825D) is known color: Crusta. HEX triplet: F6, 82 and 5D. RGB value is (246,130,93). Sum of RGB (Red+Green+Blue) = 246+130+93=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F6825D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6825D is #097DA2. Grayscale: #A0A0A0. Windows color (decimal): -621987 or 6128374. OLE color: 6128374.
HSL color Cylindrical-coordinate representation of color #F6825D: hue angle of 14.51º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6825D is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 93 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.04 |
| HSL | 14.51º | 0.89% | 0.66% | - |
| HSV(B) | 14.51º | 0.62% | 0.96% | - |
| XYZ | 47.96 | 36.35 | 14.84 | - |
| YUV | 160.47 | 89.93 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 93 | 0 | 0.47 | 0.62 | 0.04 | 14.51 | 0.89 | 0.66 |
| Hex | F6 | 82 | 5D | 0 | 2F | 3E | 4 | F | 59 | 42 |
| Octal | 366 | 202 | 135 | 0 | 57 | 76 | 4 | 17 | 131 | 102 |
| Binary | 11110110 | 10000010 | 1011101 | 0 | 101111 | 111110 | 100 | 1111 | 1011001 | 1000010 |
Color Harmonies of #F6825D
Complementary color
Monochromatic Colors of #F6825D
Black with #F6825D
Text Example
Text Example
White with #F6825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6825D; }
p { color: rgb(246,130,93); }
H1.HeaderClassName
{
color: #F6825D;
}
.AnyTagClassName
{
color: #F6825D;
}
</style>
background-color css
<style>
a { background-color: #F6825D; }
a { background-color: rgb(246,130,93); }
div.DivClassName
{
background-color: #F6825D;
}
.BgClassName
{
background-color: #F6825D;
}
</style>
border-color css
<style>
span { border-color: #F6825D; }
span { border-color: rgb(246,130,93); }
td.TdClassName
{
border-color: #F6825D;
}
.TagClassName
{
border-color: #F6825D;
}
</style>