Shades of Crusta #F6805C
Tints of Crusta #F6805C
RGB
CMYK
RGB Variations
Color information
#F6805C (or 0xF6805C) is known color: Crusta. HEX triplet: F6, 80 and 5C. RGB value is (246,128,92). Sum of RGB (Red+Green+Blue) = 246+128+92=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F6805C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6805C is #097FA3. Grayscale: #9F9F9F. Windows color (decimal): -622500 or 6062326. OLE color: 6062326.
HSL color Cylindrical-coordinate representation of color #F6805C: hue angle of 14.03º 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 #F6805C is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 92 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.04 |
| HSL | 14.03º | 0.9% | 0.66% | - |
| HSV(B) | 14.03º | 0.63% | 0.96% | - |
| XYZ | 47.66 | 35.8 | 14.52 | - |
| YUV | 159.18 | 90.09 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 92 | 0 | 0.48 | 0.63 | 0.04 | 14.03 | 0.9 | 0.66 |
| Hex | F6 | 80 | 5C | 0 | 30 | 3F | 4 | E | 5A | 42 |
| Octal | 366 | 200 | 134 | 0 | 60 | 77 | 4 | 16 | 132 | 102 |
| Binary | 11110110 | 10000000 | 1011100 | 0 | 110000 | 111111 | 100 | 1110 | 1011010 | 1000010 |
Color Harmonies of #F6805C
Complementary color
Monochromatic Colors of #F6805C
Black with #F6805C
Text Example
Text Example
White with #F6805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6805C; }
p { color: rgb(246,128,92); }
H1.HeaderClassName
{
color: #F6805C;
}
.AnyTagClassName
{
color: #F6805C;
}
</style>
background-color css
<style>
a { background-color: #F6805C; }
a { background-color: rgb(246,128,92); }
div.DivClassName
{
background-color: #F6805C;
}
.BgClassName
{
background-color: #F6805C;
}
</style>
border-color css
<style>
span { border-color: #F6805C; }
span { border-color: rgb(246,128,92); }
td.TdClassName
{
border-color: #F6805C;
}
.TagClassName
{
border-color: #F6805C;
}
</style>