Shades of Crusta #FB8C54
Tints of Crusta #FB8C54
RGB
CMYK
RGB Variations
Color information
#FB8C54 (or 0xFB8C54) is known color: Crusta. HEX triplet: FB, 8C and 54. RGB value is (251,140,84). Sum of RGB (Red+Green+Blue) = 251+140+84=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 84 (33.20% from 255 or 17.68% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8C54 is #0473AB. Grayscale: #A7A7A7. Windows color (decimal): -291756 or 5541115. OLE color: 5541115.
HSL color Cylindrical-coordinate representation of color #FB8C54: hue angle of 20.12º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB8C54 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 84 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.02 |
| HSL | 20.12º | 0.95% | 0.66% | - |
| HSV(B) | 20.12º | 0.67% | 0.98% | - |
| XYZ | 50.76 | 39.91 | 13.41 | - |
| YUV | 166.81 | 81.27 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 84 | 0 | 0.44 | 0.67 | 0.02 | 20.12 | 0.95 | 0.66 |
| Hex | FB | 8C | 54 | 0 | 2C | 43 | 2 | 14 | 5F | 42 |
| Octal | 373 | 214 | 124 | 0 | 54 | 103 | 2 | 24 | 137 | 102 |
| Binary | 11111011 | 10001100 | 1010100 | 0 | 101100 | 1000011 | 10 | 10100 | 1011111 | 1000010 |
Color Harmonies of #FB8C54
Complementary color
Monochromatic Colors of #FB8C54
Black with #FB8C54
Text Example
Text Example
White with #FB8C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C54; }
p { color: rgb(251,140,84); }
H1.HeaderClassName
{
color: #FB8C54;
}
.AnyTagClassName
{
color: #FB8C54;
}
</style>
background-color css
<style>
a { background-color: #FB8C54; }
a { background-color: rgb(251,140,84); }
div.DivClassName
{
background-color: #FB8C54;
}
.BgClassName
{
background-color: #FB8C54;
}
</style>
border-color css
<style>
span { border-color: #FB8C54; }
span { border-color: rgb(251,140,84); }
td.TdClassName
{
border-color: #FB8C54;
}
.TagClassName
{
border-color: #FB8C54;
}
</style>