Shades of Crusta #FF8B57
Tints of Crusta #FF8B57
RGB
CMYK
RGB Variations
Color information
#FF8B57 (or 0xFF8B57) is known color: Crusta. HEX triplet: FF, 8B and 57. RGB value is (255,139,87). Sum of RGB (Red+Green+Blue) = 255+139+87=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 87 (34.38% from 255 or 18.09% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8B57 is #0074A8. Grayscale: #A8A8A8. Windows color (decimal): -29865 or 5737471. OLE color: 5737471.
HSL color Cylindrical-coordinate representation of color #FF8B57: hue angle of 18.57º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF8B57 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 87 | - |
| CMYK | 0 | 0.45 | 0.66 | 0 |
| HSL | 18.57º | 1% | 0.67% | - |
| HSV(B) | 18.57º | 0.66% | 1% | - |
| XYZ | 52.19 | 40.41 | 14.07 | - |
| YUV | 167.76 | 82.43 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 87 | 0 | 0.45 | 0.66 | 0 | 18.57 | 1 | 0.67 |
| Hex | FF | 8B | 57 | 0 | 2D | 42 | 0 | 13 | 64 | 43 |
| Octal | 377 | 213 | 127 | 0 | 55 | 102 | 0 | 23 | 144 | 103 |
| Binary | 11111111 | 10001011 | 1010111 | 0 | 101101 | 1000010 | 0 | 10011 | 1100100 | 1000011 |
Color Harmonies of #FF8B57
Complementary color
Monochromatic Colors of #FF8B57
Black with #FF8B57
Text Example
Text Example
White with #FF8B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B57; }
p { color: rgb(255,139,87); }
H1.HeaderClassName
{
color: #FF8B57;
}
.AnyTagClassName
{
color: #FF8B57;
}
</style>
background-color css
<style>
a { background-color: #FF8B57; }
a { background-color: rgb(255,139,87); }
div.DivClassName
{
background-color: #FF8B57;
}
.BgClassName
{
background-color: #FF8B57;
}
</style>
border-color css
<style>
span { border-color: #FF8B57; }
span { border-color: rgb(255,139,87); }
td.TdClassName
{
border-color: #FF8B57;
}
.TagClassName
{
border-color: #FF8B57;
}
</style>