Shades of Crusta #F7805F
Tints of Crusta #F7805F
RGB
CMYK
RGB Variations
Color information
#F7805F (or 0xF7805F) is known color: Crusta. HEX triplet: F7, 80 and 5F. RGB value is (247,128,95). Sum of RGB (Red+Green+Blue) = 247+128+95=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F7805F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7805F is #087FA0. Grayscale: #A0A0A0. Windows color (decimal): -556961 or 6258935. OLE color: 6258935.
HSL color Cylindrical-coordinate representation of color #F7805F: hue angle of 13.03º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F7805F is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 128 | 95 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.03 |
| HSL | 13.03º | 0.9% | 0.67% | - |
| HSV(B) | 13.03º | 0.62% | 0.97% | - |
| XYZ | 48.14 | 36.04 | 15.25 | - |
| YUV | 159.82 | 91.42 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 128 | 95 | 0 | 0.48 | 0.62 | 0.03 | 13.03 | 0.9 | 0.67 |
| Hex | F7 | 80 | 5F | 0 | 30 | 3E | 3 | D | 5A | 43 |
| Octal | 367 | 200 | 137 | 0 | 60 | 76 | 3 | 15 | 132 | 103 |
| Binary | 11110111 | 10000000 | 1011111 | 0 | 110000 | 111110 | 11 | 1101 | 1011010 | 1000011 |
Color Harmonies of #F7805F
Complementary color
Monochromatic Colors of #F7805F
Black with #F7805F
Text Example
Text Example
White with #F7805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7805F; }
p { color: rgb(247,128,95); }
H1.HeaderClassName
{
color: #F7805F;
}
.AnyTagClassName
{
color: #F7805F;
}
</style>
background-color css
<style>
a { background-color: #F7805F; }
a { background-color: rgb(247,128,95); }
div.DivClassName
{
background-color: #F7805F;
}
.BgClassName
{
background-color: #F7805F;
}
</style>
border-color css
<style>
span { border-color: #F7805F; }
span { border-color: rgb(247,128,95); }
td.TdClassName
{
border-color: #F7805F;
}
.TagClassName
{
border-color: #F7805F;
}
</style>