Shades of Crusta #FF8D5B
Tints of Crusta #FF8D5B
RGB
CMYK
RGB Variations
Color information
#FF8D5B (or 0xFF8D5B) is known color: Crusta. HEX triplet: FF, 8D and 5B. RGB value is (255,141,91). Sum of RGB (Red+Green+Blue) = 255+141+91=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 91 (35.94% from 255 or 18.69% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D5B is #0072A4. Grayscale: #A9A9A9. Windows color (decimal): -29349 or 6000127. OLE color: 6000127.
HSL color Cylindrical-coordinate representation of color #FF8D5B: hue angle of 18.29º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF8D5B is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 91 | - |
| CMYK | 0 | 0.45 | 0.64 | 0 |
| HSL | 18.29º | 1% | 0.68% | - |
| HSV(B) | 18.29º | 0.64% | 1% | - |
| XYZ | 52.65 | 41.07 | 15.05 | - |
| YUV | 169.39 | 83.77 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 91 | 0 | 0.45 | 0.64 | 0 | 18.29 | 1 | 0.68 |
| Hex | FF | 8D | 5B | 0 | 2D | 40 | 0 | 12 | 64 | 44 |
| Octal | 377 | 215 | 133 | 0 | 55 | 100 | 0 | 22 | 144 | 104 |
| Binary | 11111111 | 10001101 | 1011011 | 0 | 101101 | 1000000 | 0 | 10010 | 1100100 | 1000100 |
Color Harmonies of #FF8D5B
Complementary color
Monochromatic Colors of #FF8D5B
Black with #FF8D5B
Text Example
Text Example
White with #FF8D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D5B; }
p { color: rgb(255,141,91); }
H1.HeaderClassName
{
color: #FF8D5B;
}
.AnyTagClassName
{
color: #FF8D5B;
}
</style>
background-color css
<style>
a { background-color: #FF8D5B; }
a { background-color: rgb(255,141,91); }
div.DivClassName
{
background-color: #FF8D5B;
}
.BgClassName
{
background-color: #FF8D5B;
}
</style>
border-color css
<style>
span { border-color: #FF8D5B; }
span { border-color: rgb(255,141,91); }
td.TdClassName
{
border-color: #FF8D5B;
}
.TagClassName
{
border-color: #FF8D5B;
}
</style>