Shades of Crusta #FF8A5E
Tints of Crusta #FF8A5E
RGB
CMYK
RGB Variations
Color information
#FF8A5E (or 0xFF8A5E) is known color: Crusta. HEX triplet: FF, 8A and 5E. RGB value is (255,138,94). Sum of RGB (Red+Green+Blue) = 255+138+94=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8A5E is #0075A1. Grayscale: #A8A8A8. Windows color (decimal): -30114 or 6195967. OLE color: 6195967.
HSL color Cylindrical-coordinate representation of color #FF8A5E: hue angle of 16.4º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF8A5E is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 94 | - |
| CMYK | 0 | 0.46 | 0.63 | 0 |
| HSL | 16.4º | 1% | 0.68% | - |
| HSV(B) | 16.4º | 0.63% | 1% | - |
| XYZ | 52.35 | 40.25 | 15.6 | - |
| YUV | 167.97 | 86.26 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 94 | 0 | 0.46 | 0.63 | 0 | 16.4 | 1 | 0.68 |
| Hex | FF | 8A | 5E | 0 | 2E | 3F | 0 | 10 | 64 | 44 |
| Octal | 377 | 212 | 136 | 0 | 56 | 77 | 0 | 20 | 144 | 104 |
| Binary | 11111111 | 10001010 | 1011110 | 0 | 101110 | 111111 | 0 | 10000 | 1100100 | 1000100 |
Color Harmonies of #FF8A5E
Complementary color
Monochromatic Colors of #FF8A5E
Black with #FF8A5E
Text Example
Text Example
White with #FF8A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8A5E; }
p { color: rgb(255,138,94); }
H1.HeaderClassName
{
color: #FF8A5E;
}
.AnyTagClassName
{
color: #FF8A5E;
}
</style>
background-color css
<style>
a { background-color: #FF8A5E; }
a { background-color: rgb(255,138,94); }
div.DivClassName
{
background-color: #FF8A5E;
}
.BgClassName
{
background-color: #FF8A5E;
}
</style>
border-color css
<style>
span { border-color: #FF8A5E; }
span { border-color: rgb(255,138,94); }
td.TdClassName
{
border-color: #FF8A5E;
}
.TagClassName
{
border-color: #FF8A5E;
}
</style>