Shades of Crusta #FB8C5C
Tints of Crusta #FB8C5C
RGB
CMYK
RGB Variations
Color information
#FB8C5C (or 0xFB8C5C) is known color: Crusta. HEX triplet: FB, 8C and 5C. RGB value is (251,140,92). Sum of RGB (Red+Green+Blue) = 251+140+92=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8C5C is #0473A3. Grayscale: #A8A8A8. Windows color (decimal): -291748 or 6065403. OLE color: 6065403.
HSL color Cylindrical-coordinate representation of color #FB8C5C: hue angle of 18.11º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB8C5C is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 92 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.02 |
| HSL | 18.11º | 0.95% | 0.67% | - |
| HSV(B) | 18.11º | 0.63% | 0.98% | - |
| XYZ | 51.09 | 40.04 | 15.16 | - |
| YUV | 167.72 | 85.27 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 92 | 0 | 0.44 | 0.63 | 0.02 | 18.11 | 0.95 | 0.67 |
| Hex | FB | 8C | 5C | 0 | 2C | 3F | 2 | 12 | 5F | 43 |
| Octal | 373 | 214 | 134 | 0 | 54 | 77 | 2 | 22 | 137 | 103 |
| Binary | 11111011 | 10001100 | 1011100 | 0 | 101100 | 111111 | 10 | 10010 | 1011111 | 1000011 |
Color Harmonies of #FB8C5C
Complementary color
Monochromatic Colors of #FB8C5C
Black with #FB8C5C
Text Example
Text Example
White with #FB8C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C5C; }
p { color: rgb(251,140,92); }
H1.HeaderClassName
{
color: #FB8C5C;
}
.AnyTagClassName
{
color: #FB8C5C;
}
</style>
background-color css
<style>
a { background-color: #FB8C5C; }
a { background-color: rgb(251,140,92); }
div.DivClassName
{
background-color: #FB8C5C;
}
.BgClassName
{
background-color: #FB8C5C;
}
</style>
border-color css
<style>
span { border-color: #FB8C5C; }
span { border-color: rgb(251,140,92); }
td.TdClassName
{
border-color: #FB8C5C;
}
.TagClassName
{
border-color: #FB8C5C;
}
</style>