Shades of Crusta #FE8C46
Tints of Crusta #FE8C46
RGB
CMYK
RGB Variations
Color information
#FE8C46 (or 0xFE8C46) is known color: Crusta. HEX triplet: FE, 8C and 46. RGB value is (254,140,70). Sum of RGB (Red+Green+Blue) = 254+140+70=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 70 (27.73% from 255 or 15.09% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8C46 is #0173B9. Grayscale: #A6A6A6. Windows color (decimal): -95162 or 4623614. OLE color: 4623614.
HSL color Cylindrical-coordinate representation of color #FE8C46: hue angle of 22.83º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE8C46 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 70 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.00 |
| HSL | 22.83º | 0.99% | 0.64% | - |
| HSV(B) | 22.83º | 0.72% | 1% | - |
| XYZ | 51.36 | 40.27 | 10.86 | - |
| YUV | 166.11 | 73.77 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 70 | 0 | 0.45 | 0.72 | 0.00 | 22.83 | 0.99 | 0.64 |
| Hex | FE | 8C | 46 | 0 | 2D | 48 | 0 | 17 | 63 | 40 |
| Octal | 376 | 214 | 106 | 0 | 55 | 110 | 0 | 27 | 143 | 100 |
| Binary | 11111110 | 10001100 | 1000110 | 0 | 101101 | 1001000 | 0 | 10111 | 1100011 | 1000000 |
Color Harmonies of #FE8C46
Complementary color
Monochromatic Colors of #FE8C46
Black with #FE8C46
Text Example
Text Example
White with #FE8C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C46; }
p { color: rgb(254,140,70); }
H1.HeaderClassName
{
color: #FE8C46;
}
.AnyTagClassName
{
color: #FE8C46;
}
</style>
background-color css
<style>
a { background-color: #FE8C46; }
a { background-color: rgb(254,140,70); }
div.DivClassName
{
background-color: #FE8C46;
}
.BgClassName
{
background-color: #FE8C46;
}
</style>
border-color css
<style>
span { border-color: #FE8C46; }
span { border-color: rgb(254,140,70); }
td.TdClassName
{
border-color: #FE8C46;
}
.TagClassName
{
border-color: #FE8C46;
}
</style>