Shades of Crusta #FB8F52
Tints of Crusta #FB8F52
RGB
CMYK
RGB Variations
Color information
#FB8F52 (or 0xFB8F52) is known color: Crusta. HEX triplet: FB, 8F and 52. RGB value is (251,143,82). Sum of RGB (Red+Green+Blue) = 251+143+82=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8F52 is #0470AD. Grayscale: #A8A8A8. Windows color (decimal): -290990 or 5410811. OLE color: 5410811.
HSL color Cylindrical-coordinate representation of color #FB8F52: hue angle of 21.66º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB8F52 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 82 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.02 |
| HSL | 21.66º | 0.95% | 0.65% | - |
| HSV(B) | 21.66º | 0.67% | 0.98% | - |
| XYZ | 51.13 | 40.76 | 13.16 | - |
| YUV | 168.34 | 79.28 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 82 | 0 | 0.43 | 0.67 | 0.02 | 21.66 | 0.95 | 0.65 |
| Hex | FB | 8F | 52 | 0 | 2B | 43 | 2 | 16 | 5F | 41 |
| Octal | 373 | 217 | 122 | 0 | 53 | 103 | 2 | 26 | 137 | 101 |
| Binary | 11111011 | 10001111 | 1010010 | 0 | 101011 | 1000011 | 10 | 10110 | 1011111 | 1000001 |
Color Harmonies of #FB8F52
Complementary color
Monochromatic Colors of #FB8F52
Black with #FB8F52
Text Example
Text Example
White with #FB8F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8F52; }
p { color: rgb(251,143,82); }
H1.HeaderClassName
{
color: #FB8F52;
}
.AnyTagClassName
{
color: #FB8F52;
}
</style>
background-color css
<style>
a { background-color: #FB8F52; }
a { background-color: rgb(251,143,82); }
div.DivClassName
{
background-color: #FB8F52;
}
.BgClassName
{
background-color: #FB8F52;
}
</style>
border-color css
<style>
span { border-color: #FB8F52; }
span { border-color: rgb(251,143,82); }
td.TdClassName
{
border-color: #FB8F52;
}
.TagClassName
{
border-color: #FB8F52;
}
</style>