Shades of Crusta #FF9256
Tints of Crusta #FF9256
RGB
CMYK
RGB Variations
Color information
#FF9256 (or 0xFF9256) is known color: Crusta. HEX triplet: FF, 92 and 56. RGB value is (255,146,86). Sum of RGB (Red+Green+Blue) = 255+146+86=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 86 (33.98% from 255 or 17.66% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9256 is #006DA9. Grayscale: #ACACAC. Windows color (decimal): -28074 or 5673727. OLE color: 5673727.
HSL color Cylindrical-coordinate representation of color #FF9256: hue angle of 21.3º 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 #FF9256 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 86 | - |
| CMYK | 0 | 0.43 | 0.66 | 0 |
| HSL | 21.3º | 1% | 0.67% | - |
| HSV(B) | 21.3º | 0.66% | 1% | - |
| XYZ | 53.2 | 42.49 | 14.2 | - |
| YUV | 171.75 | 79.61 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 86 | 0 | 0.43 | 0.66 | 0 | 21.3 | 1 | 0.67 |
| Hex | FF | 92 | 56 | 0 | 2B | 42 | 0 | 15 | 64 | 43 |
| Octal | 377 | 222 | 126 | 0 | 53 | 102 | 0 | 25 | 144 | 103 |
| Binary | 11111111 | 10010010 | 1010110 | 0 | 101011 | 1000010 | 0 | 10101 | 1100100 | 1000011 |
Color Harmonies of #FF9256
Complementary color
Monochromatic Colors of #FF9256
Black with #FF9256
Text Example
Text Example
White with #FF9256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9256; }
p { color: rgb(255,146,86); }
H1.HeaderClassName
{
color: #FF9256;
}
.AnyTagClassName
{
color: #FF9256;
}
</style>
background-color css
<style>
a { background-color: #FF9256; }
a { background-color: rgb(255,146,86); }
div.DivClassName
{
background-color: #FF9256;
}
.BgClassName
{
background-color: #FF9256;
}
</style>
border-color css
<style>
span { border-color: #FF9256; }
span { border-color: rgb(255,146,86); }
td.TdClassName
{
border-color: #FF9256;
}
.TagClassName
{
border-color: #FF9256;
}
</style>