Shades of Crusta #FB9253
Tints of Crusta #FB9253
RGB
CMYK
RGB Variations
Color information
#FB9253 (or 0xFB9253) is known color: Crusta. HEX triplet: FB, 92 and 53. RGB value is (251,146,83). Sum of RGB (Red+Green+Blue) = 251+146+83=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 83 (32.81% from 255 or 17.29% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9253 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9253 is #046DAC. Grayscale: #AAAAAA. Windows color (decimal): -290221 or 5477115. OLE color: 5477115.
HSL color Cylindrical-coordinate representation of color #FB9253: hue angle of 22.5º 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 #FB9253 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 146 | 83 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.02 |
| HSL | 22.5º | 0.95% | 0.65% | - |
| HSV(B) | 22.5º | 0.67% | 0.98% | - |
| XYZ | 51.62 | 41.69 | 13.51 | - |
| YUV | 170.21 | 78.79 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 146 | 83 | 0 | 0.42 | 0.67 | 0.02 | 22.5 | 0.95 | 0.65 |
| Hex | FB | 92 | 53 | 0 | 2A | 43 | 2 | 16 | 5F | 41 |
| Octal | 373 | 222 | 123 | 0 | 52 | 103 | 2 | 26 | 137 | 101 |
| Binary | 11111011 | 10010010 | 1010011 | 0 | 101010 | 1000011 | 10 | 10110 | 1011111 | 1000001 |
Color Harmonies of #FB9253
Complementary color
Monochromatic Colors of #FB9253
Black with #FB9253
Text Example
Text Example
White with #FB9253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9253; }
p { color: rgb(251,146,83); }
H1.HeaderClassName
{
color: #FB9253;
}
.AnyTagClassName
{
color: #FB9253;
}
</style>
background-color css
<style>
a { background-color: #FB9253; }
a { background-color: rgb(251,146,83); }
div.DivClassName
{
background-color: #FB9253;
}
.BgClassName
{
background-color: #FB9253;
}
</style>
border-color css
<style>
span { border-color: #FB9253; }
span { border-color: rgb(251,146,83); }
td.TdClassName
{
border-color: #FB9253;
}
.TagClassName
{
border-color: #FB9253;
}
</style>