Shades of Crusta #FD9256
Tints of Crusta #FD9256
RGB
CMYK
RGB Variations
Color information
#FD9256 (or 0xFD9256) is known color: Crusta. HEX triplet: FD, 92 and 56. RGB value is (253,146,86). Sum of RGB (Red+Green+Blue) = 253+146+86=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 86 (33.98% from 255 or 17.73% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9256 is #026DA9. Grayscale: #ABABAB. Windows color (decimal): -159146 or 5673725. OLE color: 5673725.
HSL color Cylindrical-coordinate representation of color #FD9256: hue angle of 21.56º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD9256 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 146 | 86 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.01 |
| HSL | 21.56º | 0.98% | 0.66% | - |
| HSV(B) | 21.56º | 0.66% | 0.99% | - |
| XYZ | 52.47 | 42.11 | 14.17 | - |
| YUV | 171.15 | 79.95 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 146 | 86 | 0 | 0.42 | 0.66 | 0.01 | 21.56 | 0.98 | 0.66 |
| Hex | FD | 92 | 56 | 0 | 2A | 42 | 1 | 16 | 62 | 42 |
| Octal | 375 | 222 | 126 | 0 | 52 | 102 | 1 | 26 | 142 | 102 |
| Binary | 11111101 | 10010010 | 1010110 | 0 | 101010 | 1000010 | 1 | 10110 | 1100010 | 1000010 |
Color Harmonies of #FD9256
Complementary color
Monochromatic Colors of #FD9256
Black with #FD9256
Text Example
Text Example
White with #FD9256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9256; }
p { color: rgb(253,146,86); }
H1.HeaderClassName
{
color: #FD9256;
}
.AnyTagClassName
{
color: #FD9256;
}
</style>
background-color css
<style>
a { background-color: #FD9256; }
a { background-color: rgb(253,146,86); }
div.DivClassName
{
background-color: #FD9256;
}
.BgClassName
{
background-color: #FD9256;
}
</style>
border-color css
<style>
span { border-color: #FD9256; }
span { border-color: rgb(253,146,86); }
td.TdClassName
{
border-color: #FD9256;
}
.TagClassName
{
border-color: #FD9256;
}
</style>