Shades of Crusta #FF9255
Tints of Crusta #FF9255
RGB
CMYK
RGB Variations
Color information
#FF9255 (or 0xFF9255) is known color: Crusta. HEX triplet: FF, 92 and 55. RGB value is (255,146,85). Sum of RGB (Red+Green+Blue) = 255+146+85=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9255 is #006DAA. Grayscale: #ABABAB. Windows color (decimal): -28075 or 5608191. OLE color: 5608191.
HSL color Cylindrical-coordinate representation of color #FF9255: hue angle of 21.53º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF9255 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 85 | - |
| CMYK | 0 | 0.43 | 0.67 | 0 |
| HSL | 21.53º | 1% | 0.67% | - |
| HSV(B) | 21.53º | 0.67% | 1% | - |
| XYZ | 53.16 | 42.47 | 13.99 | - |
| YUV | 171.64 | 79.11 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 85 | 0 | 0.43 | 0.67 | 0 | 21.53 | 1 | 0.67 |
| Hex | FF | 92 | 55 | 0 | 2B | 43 | 0 | 16 | 64 | 43 |
| Octal | 377 | 222 | 125 | 0 | 53 | 103 | 0 | 26 | 144 | 103 |
| Binary | 11111111 | 10010010 | 1010101 | 0 | 101011 | 1000011 | 0 | 10110 | 1100100 | 1000011 |
Color Harmonies of #FF9255
Complementary color
Monochromatic Colors of #FF9255
Black with #FF9255
Text Example
Text Example
White with #FF9255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9255; }
p { color: rgb(255,146,85); }
H1.HeaderClassName
{
color: #FF9255;
}
.AnyTagClassName
{
color: #FF9255;
}
</style>
background-color css
<style>
a { background-color: #FF9255; }
a { background-color: rgb(255,146,85); }
div.DivClassName
{
background-color: #FF9255;
}
.BgClassName
{
background-color: #FF9255;
}
</style>
border-color css
<style>
span { border-color: #FF9255; }
span { border-color: rgb(255,146,85); }
td.TdClassName
{
border-color: #FF9255;
}
.TagClassName
{
border-color: #FF9255;
}
</style>