Shades of Crusta #F5915A
Tints of Crusta #F5915A
RGB
CMYK
RGB Variations
Color information
#F5915A (or 0xF5915A) is known color: Crusta. HEX triplet: F5, 91 and 5A. RGB value is (245,145,90). Sum of RGB (Red+Green+Blue) = 245+145+90=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F5915A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5915A is #0A6EA5. Grayscale: #A8A8A8. Windows color (decimal): -683686 or 5935605. OLE color: 5935605.
HSL color Cylindrical-coordinate representation of color #F5915A: hue angle of 21.29º degrees, saturation: 0.89, 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 #F5915A is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 90 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.04 |
| HSL | 21.29º | 0.89% | 0.66% | - |
| HSV(B) | 21.29º | 0.63% | 0.96% | - |
| XYZ | 49.63 | 40.4 | 14.86 | - |
| YUV | 168.63 | 83.63 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 90 | 0 | 0.41 | 0.63 | 0.04 | 21.29 | 0.89 | 0.66 |
| Hex | F5 | 91 | 5A | 0 | 29 | 3F | 4 | 15 | 59 | 42 |
| Octal | 365 | 221 | 132 | 0 | 51 | 77 | 4 | 25 | 131 | 102 |
| Binary | 11110101 | 10010001 | 1011010 | 0 | 101001 | 111111 | 100 | 10101 | 1011001 | 1000010 |
Color Harmonies of #F5915A
Complementary color
Monochromatic Colors of #F5915A
Black with #F5915A
Text Example
Text Example
White with #F5915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5915A; }
p { color: rgb(245,145,90); }
H1.HeaderClassName
{
color: #F5915A;
}
.AnyTagClassName
{
color: #F5915A;
}
</style>
background-color css
<style>
a { background-color: #F5915A; }
a { background-color: rgb(245,145,90); }
div.DivClassName
{
background-color: #F5915A;
}
.BgClassName
{
background-color: #F5915A;
}
</style>
border-color css
<style>
span { border-color: #F5915A; }
span { border-color: rgb(245,145,90); }
td.TdClassName
{
border-color: #F5915A;
}
.TagClassName
{
border-color: #F5915A;
}
</style>