Shades of Crusta #FB8A5C
Tints of Crusta #FB8A5C
RGB
CMYK
RGB Variations
Color information
#FB8A5C (or 0xFB8A5C) is known color: Crusta. HEX triplet: FB, 8A and 5C. RGB value is (251,138,92). Sum of RGB (Red+Green+Blue) = 251+138+92=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8A5C is #0475A3. Grayscale: #A6A6A6. Windows color (decimal): -292260 or 6064891. OLE color: 6064891.
HSL color Cylindrical-coordinate representation of color #FB8A5C: hue angle of 17.36º 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 #FB8A5C is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 92 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.02 |
| HSL | 17.36º | 0.95% | 0.67% | - |
| HSV(B) | 17.36º | 0.63% | 0.98% | - |
| XYZ | 50.8 | 39.46 | 15.06 | - |
| YUV | 166.54 | 85.94 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 92 | 0 | 0.45 | 0.63 | 0.02 | 17.36 | 0.95 | 0.67 |
| Hex | FB | 8A | 5C | 0 | 2D | 3F | 2 | 11 | 5F | 43 |
| Octal | 373 | 212 | 134 | 0 | 55 | 77 | 2 | 21 | 137 | 103 |
| Binary | 11111011 | 10001010 | 1011100 | 0 | 101101 | 111111 | 10 | 10001 | 1011111 | 1000011 |
Color Harmonies of #FB8A5C
Complementary color
Monochromatic Colors of #FB8A5C
Black with #FB8A5C
Text Example
Text Example
White with #FB8A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8A5C; }
p { color: rgb(251,138,92); }
H1.HeaderClassName
{
color: #FB8A5C;
}
.AnyTagClassName
{
color: #FB8A5C;
}
</style>
background-color css
<style>
a { background-color: #FB8A5C; }
a { background-color: rgb(251,138,92); }
div.DivClassName
{
background-color: #FB8A5C;
}
.BgClassName
{
background-color: #FB8A5C;
}
</style>
border-color css
<style>
span { border-color: #FB8A5C; }
span { border-color: rgb(251,138,92); }
td.TdClassName
{
border-color: #FB8A5C;
}
.TagClassName
{
border-color: #FB8A5C;
}
</style>