Shades of Dark Orange #FF920D
Tints of Dark Orange #FF920D
RGB
CMYK
RGB Variations
Color information
#FF920D (or 0xFF920D) is known color: Dark Orange. HEX triplet: FF, 92 and 0D. RGB value is (255,146,13). Sum of RGB (Red+Green+Blue) = 255+146+13=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 13 (5.47% from 255 or 3.14% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF920D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF920D is #006DF2. Grayscale: #A4A4A4. Windows color (decimal): -28147 or 889599. OLE color: 889599.
HSL color Cylindrical-coordinate representation of color #FF920D: hue angle of 32.98º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF920D is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 13 | - |
| CMYK | 0 | 0.43 | 0.95 | 0 |
| HSL | 32.98º | 1% | 0.53% | - |
| HSV(B) | 32.98º | 0.95% | 1% | - |
| XYZ | 51.59 | 41.85 | 5.74 | - |
| YUV | 163.43 | 43.11 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 13 | 0 | 0.43 | 0.95 | 0 | 32.98 | 1 | 0.53 |
| Hex | FF | 92 | D | 0 | 2B | 5F | 0 | 21 | 64 | 35 |
| Octal | 377 | 222 | 15 | 0 | 53 | 137 | 0 | 41 | 144 | 65 |
| Binary | 11111111 | 10010010 | 1101 | 0 | 101011 | 1011111 | 0 | 100001 | 1100100 | 110101 |
Color Harmonies of #FF920D
Complementary color
Monochromatic Colors of #FF920D
Black with #FF920D
Text Example
Text Example
White with #FF920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF920D; }
p { color: rgb(255,146,13); }
H1.HeaderClassName
{
color: #FF920D;
}
.AnyTagClassName
{
color: #FF920D;
}
</style>
background-color css
<style>
a { background-color: #FF920D; }
a { background-color: rgb(255,146,13); }
div.DivClassName
{
background-color: #FF920D;
}
.BgClassName
{
background-color: #FF920D;
}
</style>
border-color css
<style>
span { border-color: #FF920D; }
span { border-color: rgb(255,146,13); }
td.TdClassName
{
border-color: #FF920D;
}
.TagClassName
{
border-color: #FF920D;
}
</style>