Shades of Crusta #FB865B
Tints of Crusta #FB865B
RGB
CMYK
RGB Variations
Color information
#FB865B (or 0xFB865B) is known color: Crusta. HEX triplet: FB, 86 and 5B. RGB value is (251,134,91). Sum of RGB (Red+Green+Blue) = 251+134+91=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB865B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB865B is #0479A4. Grayscale: #A4A4A4. Windows color (decimal): -293285 or 5998331. OLE color: 5998331.
HSL color Cylindrical-coordinate representation of color #FB865B: hue angle of 16.12º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB865B is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 134 | 91 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.02 |
| HSL | 16.13º | 0.95% | 0.67% | - |
| HSV(B) | 16.13º | 0.64% | 0.98% | - |
| XYZ | 50.2 | 38.31 | 14.65 | - |
| YUV | 164.08 | 86.76 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 134 | 91 | 0 | 0.47 | 0.64 | 0.02 | 16.13 | 0.95 | 0.67 |
| Hex | FB | 86 | 5B | 0 | 2F | 40 | 2 | 10 | 5F | 43 |
| Octal | 373 | 206 | 133 | 0 | 57 | 100 | 2 | 20 | 137 | 103 |
| Binary | 11111011 | 10000110 | 1011011 | 0 | 101111 | 1000000 | 10 | 10000 | 1011111 | 1000011 |
Color Harmonies of #FB865B
Complementary color
Monochromatic Colors of #FB865B
Black with #FB865B
Text Example
Text Example
White with #FB865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB865B; }
p { color: rgb(251,134,91); }
H1.HeaderClassName
{
color: #FB865B;
}
.AnyTagClassName
{
color: #FB865B;
}
</style>
background-color css
<style>
a { background-color: #FB865B; }
a { background-color: rgb(251,134,91); }
div.DivClassName
{
background-color: #FB865B;
}
.BgClassName
{
background-color: #FB865B;
}
</style>
border-color css
<style>
span { border-color: #FB865B; }
span { border-color: rgb(251,134,91); }
td.TdClassName
{
border-color: #FB865B;
}
.TagClassName
{
border-color: #FB865B;
}
</style>