Shades of Crusta #FF8C4D
Tints of Crusta #FF8C4D
RGB
CMYK
RGB Variations
Color information
#FF8C4D (or 0xFF8C4D) is known color: Crusta. HEX triplet: FF, 8C and 4D. RGB value is (255,140,77). Sum of RGB (Red+Green+Blue) = 255+140+77=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 77 (30.47% from 255 or 16.31% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8C4D is #0073B2. Grayscale: #A7A7A7. Windows color (decimal): -29619 or 5082367. OLE color: 5082367.
HSL color Cylindrical-coordinate representation of color #FF8C4D: hue angle of 21.24º 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 #FF8C4D is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 77 | - |
| CMYK | 0 | 0.45 | 0.70 | 0 |
| HSL | 21.24º | 1% | 0.65% | - |
| HSV(B) | 21.24º | 0.7% | 1% | - |
| XYZ | 51.96 | 40.55 | 12.11 | - |
| YUV | 167.2 | 77.1 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 77 | 0 | 0.45 | 0.70 | 0 | 21.24 | 1 | 0.65 |
| Hex | FF | 8C | 4D | 0 | 2D | 46 | 0 | 15 | 64 | 41 |
| Octal | 377 | 214 | 115 | 0 | 55 | 106 | 0 | 25 | 144 | 101 |
| Binary | 11111111 | 10001100 | 1001101 | 0 | 101101 | 1000110 | 0 | 10101 | 1100100 | 1000001 |
Color Harmonies of #FF8C4D
Complementary color
Monochromatic Colors of #FF8C4D
Black with #FF8C4D
Text Example
Text Example
White with #FF8C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C4D; }
p { color: rgb(255,140,77); }
H1.HeaderClassName
{
color: #FF8C4D;
}
.AnyTagClassName
{
color: #FF8C4D;
}
</style>
background-color css
<style>
a { background-color: #FF8C4D; }
a { background-color: rgb(255,140,77); }
div.DivClassName
{
background-color: #FF8C4D;
}
.BgClassName
{
background-color: #FF8C4D;
}
</style>
border-color css
<style>
span { border-color: #FF8C4D; }
span { border-color: rgb(255,140,77); }
td.TdClassName
{
border-color: #FF8C4D;
}
.TagClassName
{
border-color: #FF8C4D;
}
</style>