Shades of Crusta #F5884B
Tints of Crusta #F5884B
RGB
CMYK
RGB Variations
Color information
#F5884B (or 0xF5884B) is known color: Crusta. HEX triplet: F5, 88 and 4B. RGB value is (245,136,75). Sum of RGB (Red+Green+Blue) = 245+136+75=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5884B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5884B is #0A77B4. Grayscale: #A1A1A1. Windows color (decimal): -686005 or 4950261. OLE color: 4950261.
HSL color Cylindrical-coordinate representation of color #F5884B: hue angle of 21.53º 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 #F5884B is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 136 | 75 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.04 |
| HSL | 21.53º | 0.89% | 0.63% | - |
| HSV(B) | 21.53º | 0.69% | 0.96% | - |
| XYZ | 47.73 | 37.53 | 11.38 | - |
| YUV | 161.64 | 79.11 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 136 | 75 | 0 | 0.44 | 0.69 | 0.04 | 21.53 | 0.89 | 0.63 |
| Hex | F5 | 88 | 4B | 0 | 2C | 45 | 4 | 16 | 59 | 3F |
| Octal | 365 | 210 | 113 | 0 | 54 | 105 | 4 | 26 | 131 | 77 |
| Binary | 11110101 | 10001000 | 1001011 | 0 | 101100 | 1000101 | 100 | 10110 | 1011001 | 111111 |
Color Harmonies of #F5884B
Complementary color
Monochromatic Colors of #F5884B
Black with #F5884B
Text Example
Text Example
White with #F5884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5884B; }
p { color: rgb(245,136,75); }
H1.HeaderClassName
{
color: #F5884B;
}
.AnyTagClassName
{
color: #F5884B;
}
</style>
background-color css
<style>
a { background-color: #F5884B; }
a { background-color: rgb(245,136,75); }
div.DivClassName
{
background-color: #F5884B;
}
.BgClassName
{
background-color: #F5884B;
}
</style>
border-color css
<style>
span { border-color: #F5884B; }
span { border-color: rgb(245,136,75); }
td.TdClassName
{
border-color: #F5884B;
}
.TagClassName
{
border-color: #F5884B;
}
</style>