Shades of Crusta #FF8D4D
Tints of Crusta #FF8D4D
RGB
CMYK
RGB Variations
Color information
#FF8D4D (or 0xFF8D4D) is known color: Crusta. HEX triplet: FF, 8D and 4D. RGB value is (255,141,77). Sum of RGB (Red+Green+Blue) = 255+141+77=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D4D is #0072B2. Grayscale: #A8A8A8. Windows color (decimal): -29363 or 5082623. OLE color: 5082623.
HSL color Cylindrical-coordinate representation of color #FF8D4D: hue angle of 21.57º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF8D4D is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 77 | - |
| CMYK | 0 | 0.45 | 0.70 | 0 |
| HSL | 21.57º | 1% | 0.65% | - |
| HSV(B) | 21.57º | 0.7% | 1% | - |
| XYZ | 52.1 | 40.85 | 12.16 | - |
| YUV | 167.79 | 76.77 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 77 | 0 | 0.45 | 0.70 | 0 | 21.57 | 1 | 0.65 |
| Hex | FF | 8D | 4D | 0 | 2D | 46 | 0 | 16 | 64 | 41 |
| Octal | 377 | 215 | 115 | 0 | 55 | 106 | 0 | 26 | 144 | 101 |
| Binary | 11111111 | 10001101 | 1001101 | 0 | 101101 | 1000110 | 0 | 10110 | 1100100 | 1000001 |
Color Harmonies of #FF8D4D
Complementary color
Monochromatic Colors of #FF8D4D
Black with #FF8D4D
Text Example
Text Example
White with #FF8D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D4D; }
p { color: rgb(255,141,77); }
H1.HeaderClassName
{
color: #FF8D4D;
}
.AnyTagClassName
{
color: #FF8D4D;
}
</style>
background-color css
<style>
a { background-color: #FF8D4D; }
a { background-color: rgb(255,141,77); }
div.DivClassName
{
background-color: #FF8D4D;
}
.BgClassName
{
background-color: #FF8D4D;
}
</style>
border-color css
<style>
span { border-color: #FF8D4D; }
span { border-color: rgb(255,141,77); }
td.TdClassName
{
border-color: #FF8D4D;
}
.TagClassName
{
border-color: #FF8D4D;
}
</style>