Shades of Crusta #FB865D
Tints of Crusta #FB865D
RGB
CMYK
RGB Variations
Color information
#FB865D (or 0xFB865D) is known color: Crusta. HEX triplet: FB, 86 and 5D. RGB value is (251,134,93). Sum of RGB (Red+Green+Blue) = 251+134+93=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB865D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB865D is #0479A2. Grayscale: #A4A4A4. Windows color (decimal): -293283 or 6129403. OLE color: 6129403.
HSL color Cylindrical-coordinate representation of color #FB865D: hue angle of 15.57º 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 #FB865D is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 134 | 93 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.02 |
| HSL | 15.57º | 0.95% | 0.67% | - |
| HSV(B) | 15.57º | 0.63% | 0.98% | - |
| XYZ | 50.28 | 38.35 | 15.11 | - |
| YUV | 164.31 | 87.76 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 134 | 93 | 0 | 0.47 | 0.63 | 0.02 | 15.57 | 0.95 | 0.67 |
| Hex | FB | 86 | 5D | 0 | 2F | 3F | 2 | 10 | 5F | 43 |
| Octal | 373 | 206 | 135 | 0 | 57 | 77 | 2 | 20 | 137 | 103 |
| Binary | 11111011 | 10000110 | 1011101 | 0 | 101111 | 111111 | 10 | 10000 | 1011111 | 1000011 |
Color Harmonies of #FB865D
Complementary color
Monochromatic Colors of #FB865D
Black with #FB865D
Text Example
Text Example
White with #FB865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB865D; }
p { color: rgb(251,134,93); }
H1.HeaderClassName
{
color: #FB865D;
}
.AnyTagClassName
{
color: #FB865D;
}
</style>
background-color css
<style>
a { background-color: #FB865D; }
a { background-color: rgb(251,134,93); }
div.DivClassName
{
background-color: #FB865D;
}
.BgClassName
{
background-color: #FB865D;
}
</style>
border-color css
<style>
span { border-color: #FB865D; }
span { border-color: rgb(251,134,93); }
td.TdClassName
{
border-color: #FB865D;
}
.TagClassName
{
border-color: #FB865D;
}
</style>