Shades of Crusta #FE8F56
Tints of Crusta #FE8F56
RGB
CMYK
RGB Variations
Color information
#FE8F56 (or 0xFE8F56) is known color: Crusta. HEX triplet: FE, 8F and 56. RGB value is (254,143,86). Sum of RGB (Red+Green+Blue) = 254+143+86=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8F56 is #0170A9. Grayscale: #AAAAAA. Windows color (decimal): -94378 or 5672958. OLE color: 5672958.
HSL color Cylindrical-coordinate representation of color #FE8F56: hue angle of 20.36º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE8F56 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 86 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.00 |
| HSL | 20.36º | 0.99% | 0.67% | - |
| HSV(B) | 20.36º | 0.66% | 1% | - |
| XYZ | 52.38 | 41.39 | 14.03 | - |
| YUV | 169.69 | 80.77 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 86 | 0 | 0.44 | 0.66 | 0.00 | 20.36 | 0.99 | 0.67 |
| Hex | FE | 8F | 56 | 0 | 2C | 42 | 0 | 14 | 63 | 43 |
| Octal | 376 | 217 | 126 | 0 | 54 | 102 | 0 | 24 | 143 | 103 |
| Binary | 11111110 | 10001111 | 1010110 | 0 | 101100 | 1000010 | 0 | 10100 | 1100011 | 1000011 |
Color Harmonies of #FE8F56
Complementary color
Monochromatic Colors of #FE8F56
Black with #FE8F56
Text Example
Text Example
White with #FE8F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F56; }
p { color: rgb(254,143,86); }
H1.HeaderClassName
{
color: #FE8F56;
}
.AnyTagClassName
{
color: #FE8F56;
}
</style>
background-color css
<style>
a { background-color: #FE8F56; }
a { background-color: rgb(254,143,86); }
div.DivClassName
{
background-color: #FE8F56;
}
.BgClassName
{
background-color: #FE8F56;
}
</style>
border-color css
<style>
span { border-color: #FE8F56; }
span { border-color: rgb(254,143,86); }
td.TdClassName
{
border-color: #FE8F56;
}
.TagClassName
{
border-color: #FE8F56;
}
</style>