Shades of Dark Orange #FF9201
Tints of Dark Orange #FF9201
RGB
CMYK
RGB Variations
Color information
#FF9201 (or 0xFF9201) is known color: Dark Orange. HEX triplet: FF, 92 and 01. RGB value is (255,146,1). Sum of RGB (Red+Green+Blue) = 255+146+1=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 1 (0.78% from 255 or 0.25% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9201 is #006DFE. Grayscale: #A2A2A2. Windows color (decimal): -28159 or 103167. OLE color: 103167.
HSL color Cylindrical-coordinate representation of color #FF9201: hue angle of 34.25º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF9201 is Cyan = 0, Magento = 0.43, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 1 | - |
| CMYK | 0 | 0.43 | 1.00 | 0 |
| HSL | 34.25º | 1% | 0.5% | - |
| HSV(B) | 34.25º | 1% | 1% | - |
| XYZ | 51.52 | 41.82 | 5.39 | - |
| YUV | 162.06 | 37.11 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 1 | 0 | 0.43 | 1.00 | 0 | 34.25 | 1 | 0.5 |
| Hex | FF | 92 | 1 | 0 | 2B | 64 | 0 | 22 | 64 | 32 |
| Octal | 377 | 222 | 1 | 0 | 53 | 144 | 0 | 42 | 144 | 62 |
| Binary | 11111111 | 10010010 | 1 | 0 | 101011 | 1100100 | 0 | 100010 | 1100100 | 110010 |
Color Harmonies of #FF9201
Complementary color
Monochromatic Colors of #FF9201
Black with #FF9201
Text Example
Text Example
White with #FF9201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9201; }
p { color: rgb(255,146,1); }
H1.HeaderClassName
{
color: #FF9201;
}
.AnyTagClassName
{
color: #FF9201;
}
</style>
background-color css
<style>
a { background-color: #FF9201; }
a { background-color: rgb(255,146,1); }
div.DivClassName
{
background-color: #FF9201;
}
.BgClassName
{
background-color: #FF9201;
}
</style>
border-color css
<style>
span { border-color: #FF9201; }
span { border-color: rgb(255,146,1); }
td.TdClassName
{
border-color: #FF9201;
}
.TagClassName
{
border-color: #FF9201;
}
</style>