Shades of Crusta #FB855D
Tints of Crusta #FB855D
RGB
CMYK
RGB Variations
Color information
#FB855D (or 0xFB855D) is known color: Crusta. HEX triplet: FB, 85 and 5D. RGB value is (251,133,93). Sum of RGB (Red+Green+Blue) = 251+133+93=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB855D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB855D is #047AA2. Grayscale: #A3A3A3. Windows color (decimal): -293539 or 6129147. OLE color: 6129147.
HSL color Cylindrical-coordinate representation of color #FB855D: hue angle of 15.19º 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 #FB855D is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 93 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.02 |
| HSL | 15.19º | 0.95% | 0.67% | - |
| HSV(B) | 15.19º | 0.63% | 0.98% | - |
| XYZ | 50.15 | 38.07 | 15.06 | - |
| YUV | 163.72 | 88.09 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 93 | 0 | 0.47 | 0.63 | 0.02 | 15.19 | 0.95 | 0.67 |
| Hex | FB | 85 | 5D | 0 | 2F | 3F | 2 | F | 5F | 43 |
| Octal | 373 | 205 | 135 | 0 | 57 | 77 | 2 | 17 | 137 | 103 |
| Binary | 11111011 | 10000101 | 1011101 | 0 | 101111 | 111111 | 10 | 1111 | 1011111 | 1000011 |
Color Harmonies of #FB855D
Complementary color
Monochromatic Colors of #FB855D
Black with #FB855D
Text Example
Text Example
White with #FB855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB855D; }
p { color: rgb(251,133,93); }
H1.HeaderClassName
{
color: #FB855D;
}
.AnyTagClassName
{
color: #FB855D;
}
</style>
background-color css
<style>
a { background-color: #FB855D; }
a { background-color: rgb(251,133,93); }
div.DivClassName
{
background-color: #FB855D;
}
.BgClassName
{
background-color: #FB855D;
}
</style>
border-color css
<style>
span { border-color: #FB855D; }
span { border-color: rgb(251,133,93); }
td.TdClassName
{
border-color: #FB855D;
}
.TagClassName
{
border-color: #FB855D;
}
</style>