Shades of Crusta #F6825B
Tints of Crusta #F6825B
RGB
CMYK
RGB Variations
Color information
#F6825B (or 0xF6825B) is known color: Crusta. HEX triplet: F6, 82 and 5B. RGB value is (246,130,91). Sum of RGB (Red+Green+Blue) = 246+130+91=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F6825B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6825B is #097DA4. Grayscale: #A0A0A0. Windows color (decimal): -621989 or 5997302. OLE color: 5997302.
HSL color Cylindrical-coordinate representation of color #F6825B: hue angle of 15.1º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6825B is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 91 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.04 |
| HSL | 15.1º | 0.9% | 0.66% | - |
| HSV(B) | 15.1º | 0.63% | 0.96% | - |
| XYZ | 47.88 | 36.31 | 14.38 | - |
| YUV | 160.24 | 88.93 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 91 | 0 | 0.47 | 0.63 | 0.04 | 15.1 | 0.9 | 0.66 |
| Hex | F6 | 82 | 5B | 0 | 2F | 3F | 4 | F | 5A | 42 |
| Octal | 366 | 202 | 133 | 0 | 57 | 77 | 4 | 17 | 132 | 102 |
| Binary | 11110110 | 10000010 | 1011011 | 0 | 101111 | 111111 | 100 | 1111 | 1011010 | 1000010 |
Color Harmonies of #F6825B
Complementary color
Monochromatic Colors of #F6825B
Black with #F6825B
Text Example
Text Example
White with #F6825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6825B; }
p { color: rgb(246,130,91); }
H1.HeaderClassName
{
color: #F6825B;
}
.AnyTagClassName
{
color: #F6825B;
}
</style>
background-color css
<style>
a { background-color: #F6825B; }
a { background-color: rgb(246,130,91); }
div.DivClassName
{
background-color: #F6825B;
}
.BgClassName
{
background-color: #F6825B;
}
</style>
border-color css
<style>
span { border-color: #F6825B; }
span { border-color: rgb(246,130,91); }
td.TdClassName
{
border-color: #F6825B;
}
.TagClassName
{
border-color: #F6825B;
}
</style>