Shades of Crusta #F5844B
Tints of Crusta #F5844B
RGB
CMYK
RGB Variations
Color information
#F5844B (or 0xF5844B) is known color: Crusta. HEX triplet: F5, 84 and 4B. RGB value is (245,132,75). Sum of RGB (Red+Green+Blue) = 245+132+75=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 75 (29.69% from 255 or 16.59% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F5844B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5844B is #0A7BB4. Grayscale: #9F9F9F. Windows color (decimal): -687029 or 4949237. OLE color: 4949237.
HSL color Cylindrical-coordinate representation of color #F5844B: hue angle of 20.12º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5844B is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 75 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.04 |
| HSL | 20.12º | 0.89% | 0.63% | - |
| HSV(B) | 20.12º | 0.69% | 0.96% | - |
| XYZ | 47.18 | 36.42 | 11.2 | - |
| YUV | 159.29 | 80.44 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 75 | 0 | 0.46 | 0.69 | 0.04 | 20.12 | 0.89 | 0.63 |
| Hex | F5 | 84 | 4B | 0 | 2E | 45 | 4 | 14 | 59 | 3F |
| Octal | 365 | 204 | 113 | 0 | 56 | 105 | 4 | 24 | 131 | 77 |
| Binary | 11110101 | 10000100 | 1001011 | 0 | 101110 | 1000101 | 100 | 10100 | 1011001 | 111111 |
Color Harmonies of #F5844B
Complementary color
Monochromatic Colors of #F5844B
Black with #F5844B
Text Example
Text Example
White with #F5844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5844B; }
p { color: rgb(245,132,75); }
H1.HeaderClassName
{
color: #F5844B;
}
.AnyTagClassName
{
color: #F5844B;
}
</style>
background-color css
<style>
a { background-color: #F5844B; }
a { background-color: rgb(245,132,75); }
div.DivClassName
{
background-color: #F5844B;
}
.BgClassName
{
background-color: #F5844B;
}
</style>
border-color css
<style>
span { border-color: #F5844B; }
span { border-color: rgb(245,132,75); }
td.TdClassName
{
border-color: #F5844B;
}
.TagClassName
{
border-color: #F5844B;
}
</style>