Shades of Dark Orange #FF910C
Tints of Dark Orange #FF910C
RGB
CMYK
RGB Variations
Color information
#FF910C (or 0xFF910C) is known color: Dark Orange. HEX triplet: FF, 91 and 0C. RGB value is (255,145,12). Sum of RGB (Red+Green+Blue) = 255+145+12=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 12 (5.08% from 255 or 2.91% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF910C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF910C is #006EF3. Grayscale: #A3A3A3. Windows color (decimal): -28404 or 823807. OLE color: 823807.
HSL color Cylindrical-coordinate representation of color #FF910C: hue angle of 32.84º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF910C is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 12 | - |
| CMYK | 0 | 0.43 | 0.95 | 0 |
| HSL | 32.84º | 1% | 0.52% | - |
| HSV(B) | 32.84º | 0.95% | 1% | - |
| XYZ | 51.43 | 41.54 | 5.65 | - |
| YUV | 162.73 | 42.94 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 12 | 0 | 0.43 | 0.95 | 0 | 32.84 | 1 | 0.52 |
| Hex | FF | 91 | C | 0 | 2B | 5F | 0 | 21 | 64 | 34 |
| Octal | 377 | 221 | 14 | 0 | 53 | 137 | 0 | 41 | 144 | 64 |
| Binary | 11111111 | 10010001 | 1100 | 0 | 101011 | 1011111 | 0 | 100001 | 1100100 | 110100 |
Color Harmonies of #FF910C
Complementary color
Monochromatic Colors of #FF910C
Black with #FF910C
Text Example
Text Example
White with #FF910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF910C; }
p { color: rgb(255,145,12); }
H1.HeaderClassName
{
color: #FF910C;
}
.AnyTagClassName
{
color: #FF910C;
}
</style>
background-color css
<style>
a { background-color: #FF910C; }
a { background-color: rgb(255,145,12); }
div.DivClassName
{
background-color: #FF910C;
}
.BgClassName
{
background-color: #FF910C;
}
</style>
border-color css
<style>
span { border-color: #FF910C; }
span { border-color: rgb(255,145,12); }
td.TdClassName
{
border-color: #FF910C;
}
.TagClassName
{
border-color: #FF910C;
}
</style>