Shades of Crusta #F7805B
Tints of Crusta #F7805B
RGB
CMYK
RGB Variations
Color information
#F7805B (or 0xF7805B) is known color: Crusta. HEX triplet: F7, 80 and 5B. RGB value is (247,128,91). Sum of RGB (Red+Green+Blue) = 247+128+91=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F7805B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7805B is #087FA4. Grayscale: #9F9F9F. Windows color (decimal): -556965 or 5996791. OLE color: 5996791.
HSL color Cylindrical-coordinate representation of color #F7805B: hue angle of 14.23º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7805B is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 128 | 91 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.03 |
| HSL | 14.23º | 0.91% | 0.66% | - |
| HSV(B) | 14.23º | 0.63% | 0.97% | - |
| XYZ | 47.97 | 35.97 | 14.31 | - |
| YUV | 159.36 | 89.42 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 128 | 91 | 0 | 0.48 | 0.63 | 0.03 | 14.23 | 0.91 | 0.66 |
| Hex | F7 | 80 | 5B | 0 | 30 | 3F | 3 | E | 5B | 42 |
| Octal | 367 | 200 | 133 | 0 | 60 | 77 | 3 | 16 | 133 | 102 |
| Binary | 11110111 | 10000000 | 1011011 | 0 | 110000 | 111111 | 11 | 1110 | 1011011 | 1000010 |
Color Harmonies of #F7805B
Complementary color
Monochromatic Colors of #F7805B
Black with #F7805B
Text Example
Text Example
White with #F7805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7805B; }
p { color: rgb(247,128,91); }
H1.HeaderClassName
{
color: #F7805B;
}
.AnyTagClassName
{
color: #F7805B;
}
</style>
background-color css
<style>
a { background-color: #F7805B; }
a { background-color: rgb(247,128,91); }
div.DivClassName
{
background-color: #F7805B;
}
.BgClassName
{
background-color: #F7805B;
}
</style>
border-color css
<style>
span { border-color: #F7805B; }
span { border-color: rgb(247,128,91); }
td.TdClassName
{
border-color: #F7805B;
}
.TagClassName
{
border-color: #F7805B;
}
</style>