Shades of Crusta #FF904E
Tints of Crusta #FF904E
RGB
CMYK
RGB Variations
Color information
#FF904E (or 0xFF904E) is known color: Crusta. HEX triplet: FF, 90 and 4E. RGB value is (255,144,78). Sum of RGB (Red+Green+Blue) = 255+144+78=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 78 (30.86% from 255 or 16.35% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF904E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF904E is #006FB1. Grayscale: #AAAAAA. Windows color (decimal): -28594 or 5148927. OLE color: 5148927.
HSL color Cylindrical-coordinate representation of color #FF904E: hue angle of 22.37º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF904E is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 78 | - |
| CMYK | 0 | 0.44 | 0.69 | 0 |
| HSL | 22.37º | 1% | 0.65% | - |
| HSV(B) | 22.37º | 0.69% | 1% | - |
| XYZ | 52.59 | 41.76 | 12.5 | - |
| YUV | 169.67 | 76.27 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 78 | 0 | 0.44 | 0.69 | 0 | 22.37 | 1 | 0.65 |
| Hex | FF | 90 | 4E | 0 | 2C | 45 | 0 | 16 | 64 | 41 |
| Octal | 377 | 220 | 116 | 0 | 54 | 105 | 0 | 26 | 144 | 101 |
| Binary | 11111111 | 10010000 | 1001110 | 0 | 101100 | 1000101 | 0 | 10110 | 1100100 | 1000001 |
Color Harmonies of #FF904E
Complementary color
Monochromatic Colors of #FF904E
Black with #FF904E
Text Example
Text Example
White with #FF904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF904E; }
p { color: rgb(255,144,78); }
H1.HeaderClassName
{
color: #FF904E;
}
.AnyTagClassName
{
color: #FF904E;
}
</style>
background-color css
<style>
a { background-color: #FF904E; }
a { background-color: rgb(255,144,78); }
div.DivClassName
{
background-color: #FF904E;
}
.BgClassName
{
background-color: #FF904E;
}
</style>
border-color css
<style>
span { border-color: #FF904E; }
span { border-color: rgb(255,144,78); }
td.TdClassName
{
border-color: #FF904E;
}
.TagClassName
{
border-color: #FF904E;
}
</style>