Shades of Crusta #FF9253
Tints of Crusta #FF9253
RGB
CMYK
RGB Variations
Color information
#FF9253 (or 0xFF9253) is known color: Crusta. HEX triplet: FF, 92 and 53. RGB value is (255,146,83). Sum of RGB (Red+Green+Blue) = 255+146+83=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 83 (32.81% from 255 or 17.15% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9253 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9253 is #006DAC. Grayscale: #ABABAB. Windows color (decimal): -28077 or 5477119. OLE color: 5477119.
HSL color Cylindrical-coordinate representation of color #FF9253: hue angle of 21.98º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF9253 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 83 | - |
| CMYK | 0 | 0.43 | 0.67 | 0 |
| HSL | 21.98º | 1% | 0.66% | - |
| HSV(B) | 21.98º | 0.67% | 1% | - |
| XYZ | 53.08 | 42.44 | 13.58 | - |
| YUV | 171.41 | 78.11 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 83 | 0 | 0.43 | 0.67 | 0 | 21.98 | 1 | 0.66 |
| Hex | FF | 92 | 53 | 0 | 2B | 43 | 0 | 16 | 64 | 42 |
| Octal | 377 | 222 | 123 | 0 | 53 | 103 | 0 | 26 | 144 | 102 |
| Binary | 11111111 | 10010010 | 1010011 | 0 | 101011 | 1000011 | 0 | 10110 | 1100100 | 1000010 |
Color Harmonies of #FF9253
Complementary color
Monochromatic Colors of #FF9253
Black with #FF9253
Text Example
Text Example
White with #FF9253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9253; }
p { color: rgb(255,146,83); }
H1.HeaderClassName
{
color: #FF9253;
}
.AnyTagClassName
{
color: #FF9253;
}
</style>
background-color css
<style>
a { background-color: #FF9253; }
a { background-color: rgb(255,146,83); }
div.DivClassName
{
background-color: #FF9253;
}
.BgClassName
{
background-color: #FF9253;
}
</style>
border-color css
<style>
span { border-color: #FF9253; }
span { border-color: rgb(255,146,83); }
td.TdClassName
{
border-color: #FF9253;
}
.TagClassName
{
border-color: #FF9253;
}
</style>