Shades of Crusta #F7915B
Tints of Crusta #F7915B
RGB
CMYK
RGB Variations
Color information
#F7915B (or 0xF7915B) is known color: Crusta. HEX triplet: F7, 91 and 5B. RGB value is (247,145,91). Sum of RGB (Red+Green+Blue) = 247+145+91=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 91 (35.94% from 255 or 18.84% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F7915B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7915B is #086EA4. Grayscale: #A9A9A9. Windows color (decimal): -552613 or 6001143. OLE color: 6001143.
HSL color Cylindrical-coordinate representation of color #F7915B: hue angle of 20.77º 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 #F7915B is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 145 | 91 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.03 |
| HSL | 20.77º | 0.91% | 0.66% | - |
| HSV(B) | 20.77º | 0.63% | 0.97% | - |
| XYZ | 50.37 | 40.78 | 15.11 | - |
| YUV | 169.34 | 83.79 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 145 | 91 | 0 | 0.41 | 0.63 | 0.03 | 20.77 | 0.91 | 0.66 |
| Hex | F7 | 91 | 5B | 0 | 29 | 3F | 3 | 15 | 5B | 42 |
| Octal | 367 | 221 | 133 | 0 | 51 | 77 | 3 | 25 | 133 | 102 |
| Binary | 11110111 | 10010001 | 1011011 | 0 | 101001 | 111111 | 11 | 10101 | 1011011 | 1000010 |
Color Harmonies of #F7915B
Complementary color
Monochromatic Colors of #F7915B
Black with #F7915B
Text Example
Text Example
White with #F7915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7915B; }
p { color: rgb(247,145,91); }
H1.HeaderClassName
{
color: #F7915B;
}
.AnyTagClassName
{
color: #F7915B;
}
</style>
background-color css
<style>
a { background-color: #F7915B; }
a { background-color: rgb(247,145,91); }
div.DivClassName
{
background-color: #F7915B;
}
.BgClassName
{
background-color: #F7915B;
}
</style>
border-color css
<style>
span { border-color: #F7915B; }
span { border-color: rgb(247,145,91); }
td.TdClassName
{
border-color: #F7915B;
}
.TagClassName
{
border-color: #F7915B;
}
</style>