Shades of Crusta #FF8D4A
Tints of Crusta #FF8D4A
RGB
CMYK
RGB Variations
Color information
#FF8D4A (or 0xFF8D4A) is known color: Crusta. HEX triplet: FF, 8D and 4A. RGB value is (255,141,74). Sum of RGB (Red+Green+Blue) = 255+141+74=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8D4A is #0072B5. Grayscale: #A7A7A7. Windows color (decimal): -29366 or 4886015. OLE color: 4886015.
HSL color Cylindrical-coordinate representation of color #FF8D4A: hue angle of 22.21º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF8D4A is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 74 | - |
| CMYK | 0 | 0.45 | 0.71 | 0 |
| HSL | 22.21º | 1% | 0.65% | - |
| HSV(B) | 22.21º | 0.71% | 1% | - |
| XYZ | 52 | 40.8 | 11.61 | - |
| YUV | 167.45 | 75.27 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 74 | 0 | 0.45 | 0.71 | 0 | 22.21 | 1 | 0.65 |
| Hex | FF | 8D | 4A | 0 | 2D | 47 | 0 | 16 | 64 | 41 |
| Octal | 377 | 215 | 112 | 0 | 55 | 107 | 0 | 26 | 144 | 101 |
| Binary | 11111111 | 10001101 | 1001010 | 0 | 101101 | 1000111 | 0 | 10110 | 1100100 | 1000001 |
Color Harmonies of #FF8D4A
Complementary color
Monochromatic Colors of #FF8D4A
Black with #FF8D4A
Text Example
Text Example
White with #FF8D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D4A; }
p { color: rgb(255,141,74); }
H1.HeaderClassName
{
color: #FF8D4A;
}
.AnyTagClassName
{
color: #FF8D4A;
}
</style>
background-color css
<style>
a { background-color: #FF8D4A; }
a { background-color: rgb(255,141,74); }
div.DivClassName
{
background-color: #FF8D4A;
}
.BgClassName
{
background-color: #FF8D4A;
}
</style>
border-color css
<style>
span { border-color: #FF8D4A; }
span { border-color: rgb(255,141,74); }
td.TdClassName
{
border-color: #FF8D4A;
}
.TagClassName
{
border-color: #FF8D4A;
}
</style>