Shades of Crusta #FF8B5D
Tints of Crusta #FF8B5D
RGB
CMYK
RGB Variations
Color information
#FF8B5D (or 0xFF8B5D) is known color: Crusta. HEX triplet: FF, 8B and 5D. RGB value is (255,139,93). Sum of RGB (Red+Green+Blue) = 255+139+93=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8B5D is #0074A2. Grayscale: #A8A8A8. Windows color (decimal): -29859 or 6130687. OLE color: 6130687.
HSL color Cylindrical-coordinate representation of color #FF8B5D: hue angle of 17.04º 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 #FF8B5D is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 93 | - |
| CMYK | 0 | 0.45 | 0.64 | 0 |
| HSL | 17.04º | 1% | 0.68% | - |
| HSV(B) | 17.04º | 0.64% | 1% | - |
| XYZ | 52.45 | 40.52 | 15.41 | - |
| YUV | 168.44 | 85.43 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 93 | 0 | 0.45 | 0.64 | 0 | 17.04 | 1 | 0.68 |
| Hex | FF | 8B | 5D | 0 | 2D | 40 | 0 | 11 | 64 | 44 |
| Octal | 377 | 213 | 135 | 0 | 55 | 100 | 0 | 21 | 144 | 104 |
| Binary | 11111111 | 10001011 | 1011101 | 0 | 101101 | 1000000 | 0 | 10001 | 1100100 | 1000100 |
Color Harmonies of #FF8B5D
Complementary color
Monochromatic Colors of #FF8B5D
Black with #FF8B5D
Text Example
Text Example
White with #FF8B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B5D; }
p { color: rgb(255,139,93); }
H1.HeaderClassName
{
color: #FF8B5D;
}
.AnyTagClassName
{
color: #FF8B5D;
}
</style>
background-color css
<style>
a { background-color: #FF8B5D; }
a { background-color: rgb(255,139,93); }
div.DivClassName
{
background-color: #FF8B5D;
}
.BgClassName
{
background-color: #FF8B5D;
}
</style>
border-color css
<style>
span { border-color: #FF8B5D; }
span { border-color: rgb(255,139,93); }
td.TdClassName
{
border-color: #FF8B5D;
}
.TagClassName
{
border-color: #FF8B5D;
}
</style>