Shades of Dark Orange #FF9102
Tints of Dark Orange #FF9102
RGB
CMYK
RGB Variations
Color information
#FF9102 (or 0xFF9102) is known color: Dark Orange. HEX triplet: FF, 91 and 02. RGB value is (255,145,2). Sum of RGB (Red+Green+Blue) = 255+145+2=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 2 (1.17% from 255 or 0.50% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9102 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9102 is #006EFD. Grayscale: #A2A2A2. Windows color (decimal): -28414 or 168447. OLE color: 168447.
HSL color Cylindrical-coordinate representation of color #FF9102: hue angle of 33.91º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF9102 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 2 | - |
| CMYK | 0 | 0.43 | 0.99 | 0 |
| HSL | 33.91º | 1% | 0.5% | - |
| HSV(B) | 33.91º | 0.99% | 1% | - |
| XYZ | 51.38 | 41.52 | 5.36 | - |
| YUV | 161.59 | 37.94 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 2 | 0 | 0.43 | 0.99 | 0 | 33.91 | 1 | 0.5 |
| Hex | FF | 91 | 2 | 0 | 2B | 63 | 0 | 22 | 64 | 32 |
| Octal | 377 | 221 | 2 | 0 | 53 | 143 | 0 | 42 | 144 | 62 |
| Binary | 11111111 | 10010001 | 10 | 0 | 101011 | 1100011 | 0 | 100010 | 1100100 | 110010 |
Color Harmonies of #FF9102
Complementary color
Monochromatic Colors of #FF9102
Black with #FF9102
Text Example
Text Example
White with #FF9102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9102; }
p { color: rgb(255,145,2); }
H1.HeaderClassName
{
color: #FF9102;
}
.AnyTagClassName
{
color: #FF9102;
}
</style>
background-color css
<style>
a { background-color: #FF9102; }
a { background-color: rgb(255,145,2); }
div.DivClassName
{
background-color: #FF9102;
}
.BgClassName
{
background-color: #FF9102;
}
</style>
border-color css
<style>
span { border-color: #FF9102; }
span { border-color: rgb(255,145,2); }
td.TdClassName
{
border-color: #FF9102;
}
.TagClassName
{
border-color: #FF9102;
}
</style>