Shades of Crusta #F7805D
Tints of Crusta #F7805D
RGB
CMYK
RGB Variations
Color information
#F7805D (or 0xF7805D) is known color: Crusta. HEX triplet: F7, 80 and 5D. RGB value is (247,128,93). Sum of RGB (Red+Green+Blue) = 247+128+93=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F7805D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7805D is #087FA2. Grayscale: #9F9F9F. Windows color (decimal): -556963 or 6127863. OLE color: 6127863.
HSL color Cylindrical-coordinate representation of color #F7805D: hue angle of 13.64º degrees, saturation: 0.91, 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 #F7805D is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 128 | 93 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.03 |
| HSL | 13.64º | 0.91% | 0.67% | - |
| HSV(B) | 13.64º | 0.62% | 0.97% | - |
| XYZ | 48.05 | 36 | 14.77 | - |
| YUV | 159.59 | 90.42 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 128 | 93 | 0 | 0.48 | 0.62 | 0.03 | 13.64 | 0.91 | 0.67 |
| Hex | F7 | 80 | 5D | 0 | 30 | 3E | 3 | E | 5B | 43 |
| Octal | 367 | 200 | 135 | 0 | 60 | 76 | 3 | 16 | 133 | 103 |
| Binary | 11110111 | 10000000 | 1011101 | 0 | 110000 | 111110 | 11 | 1110 | 1011011 | 1000011 |
Color Harmonies of #F7805D
Complementary color
Monochromatic Colors of #F7805D
Black with #F7805D
Text Example
Text Example
White with #F7805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7805D; }
p { color: rgb(247,128,93); }
H1.HeaderClassName
{
color: #F7805D;
}
.AnyTagClassName
{
color: #F7805D;
}
</style>
background-color css
<style>
a { background-color: #F7805D; }
a { background-color: rgb(247,128,93); }
div.DivClassName
{
background-color: #F7805D;
}
.BgClassName
{
background-color: #F7805D;
}
</style>
border-color css
<style>
span { border-color: #F7805D; }
span { border-color: rgb(247,128,93); }
td.TdClassName
{
border-color: #F7805D;
}
.TagClassName
{
border-color: #F7805D;
}
</style>