Shades of Crusta #FF9156
Tints of Crusta #FF9156
RGB
CMYK
RGB Variations
Color information
#FF9156 (or 0xFF9156) is known color: Crusta. HEX triplet: FF, 91 and 56. RGB value is (255,145,86). Sum of RGB (Red+Green+Blue) = 255+145+86=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 86 (33.98% from 255 or 17.70% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9156 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9156 is #006EA9. Grayscale: #ABABAB. Windows color (decimal): -28330 or 5673471. OLE color: 5673471.
HSL color Cylindrical-coordinate representation of color #FF9156: hue angle of 20.95º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF9156 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 86 | - |
| CMYK | 0 | 0.43 | 0.66 | 0 |
| HSL | 20.95º | 1% | 0.67% | - |
| HSV(B) | 20.95º | 0.66% | 1% | - |
| XYZ | 53.05 | 42.18 | 14.15 | - |
| YUV | 171.16 | 79.94 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 86 | 0 | 0.43 | 0.66 | 0 | 20.95 | 1 | 0.67 |
| Hex | FF | 91 | 56 | 0 | 2B | 42 | 0 | 15 | 64 | 43 |
| Octal | 377 | 221 | 126 | 0 | 53 | 102 | 0 | 25 | 144 | 103 |
| Binary | 11111111 | 10010001 | 1010110 | 0 | 101011 | 1000010 | 0 | 10101 | 1100100 | 1000011 |
Color Harmonies of #FF9156
Complementary color
Monochromatic Colors of #FF9156
Black with #FF9156
Text Example
Text Example
White with #FF9156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9156; }
p { color: rgb(255,145,86); }
H1.HeaderClassName
{
color: #FF9156;
}
.AnyTagClassName
{
color: #FF9156;
}
</style>
background-color css
<style>
a { background-color: #FF9156; }
a { background-color: rgb(255,145,86); }
div.DivClassName
{
background-color: #FF9156;
}
.BgClassName
{
background-color: #FF9156;
}
</style>
border-color css
<style>
span { border-color: #FF9156; }
span { border-color: rgb(255,145,86); }
td.TdClassName
{
border-color: #FF9156;
}
.TagClassName
{
border-color: #FF9156;
}
</style>