Shades of Crusta #FF8D4F
Tints of Crusta #FF8D4F
RGB
CMYK
RGB Variations
Color information
#FF8D4F (or 0xFF8D4F) is known color: Crusta. HEX triplet: FF, 8D and 4F. RGB value is (255,141,79). Sum of RGB (Red+Green+Blue) = 255+141+79=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 79 (31.25% from 255 or 16.63% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D4F is #0072B0. Grayscale: #A8A8A8. Windows color (decimal): -29361 or 5213695. OLE color: 5213695.
HSL color Cylindrical-coordinate representation of color #FF8D4F: hue angle of 21.14º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF8D4F is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 79 | - |
| CMYK | 0 | 0.45 | 0.69 | 0 |
| HSL | 21.14º | 1% | 0.65% | - |
| HSV(B) | 21.14º | 0.69% | 1% | - |
| XYZ | 52.18 | 40.87 | 12.54 | - |
| YUV | 168.02 | 77.77 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 79 | 0 | 0.45 | 0.69 | 0 | 21.14 | 1 | 0.65 |
| Hex | FF | 8D | 4F | 0 | 2D | 45 | 0 | 15 | 64 | 41 |
| Octal | 377 | 215 | 117 | 0 | 55 | 105 | 0 | 25 | 144 | 101 |
| Binary | 11111111 | 10001101 | 1001111 | 0 | 101101 | 1000101 | 0 | 10101 | 1100100 | 1000001 |
Color Harmonies of #FF8D4F
Complementary color
Monochromatic Colors of #FF8D4F
Black with #FF8D4F
Text Example
Text Example
White with #FF8D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D4F; }
p { color: rgb(255,141,79); }
H1.HeaderClassName
{
color: #FF8D4F;
}
.AnyTagClassName
{
color: #FF8D4F;
}
</style>
background-color css
<style>
a { background-color: #FF8D4F; }
a { background-color: rgb(255,141,79); }
div.DivClassName
{
background-color: #FF8D4F;
}
.BgClassName
{
background-color: #FF8D4F;
}
</style>
border-color css
<style>
span { border-color: #FF8D4F; }
span { border-color: rgb(255,141,79); }
td.TdClassName
{
border-color: #FF8D4F;
}
.TagClassName
{
border-color: #FF8D4F;
}
</style>