Shades of Dark Orange #FF9502
Tints of Dark Orange #FF9502
RGB
CMYK
RGB Variations
Color information
#FF9502 (or 0xFF9502) is known color: Dark Orange. HEX triplet: FF, 95 and 02. RGB value is (255,149,2). Sum of RGB (Red+Green+Blue) = 255+149+2=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9502 is #006AFD. Grayscale: #A4A4A4. Windows color (decimal): -27390 or 169471. OLE color: 169471.
HSL color Cylindrical-coordinate representation of color #FF9502: hue angle of 34.86º 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 #FF9502 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0 |
| HSL | 34.86º | 1% | 0.5% | - |
| HSV(B) | 34.86º | 0.99% | 1% | - |
| XYZ | 52 | 42.76 | 5.57 | - |
| YUV | 163.94 | 36.62 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 2 | 0 | 0.42 | 0.99 | 0 | 34.86 | 1 | 0.5 |
| Hex | FF | 95 | 2 | 0 | 2A | 63 | 0 | 23 | 64 | 32 |
| Octal | 377 | 225 | 2 | 0 | 52 | 143 | 0 | 43 | 144 | 62 |
| Binary | 11111111 | 10010101 | 10 | 0 | 101010 | 1100011 | 0 | 100011 | 1100100 | 110010 |
Color Harmonies of #FF9502
Complementary color
Monochromatic Colors of #FF9502
Black with #FF9502
Text Example
Text Example
White with #FF9502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9502; }
p { color: rgb(255,149,2); }
H1.HeaderClassName
{
color: #FF9502;
}
.AnyTagClassName
{
color: #FF9502;
}
</style>
background-color css
<style>
a { background-color: #FF9502; }
a { background-color: rgb(255,149,2); }
div.DivClassName
{
background-color: #FF9502;
}
.BgClassName
{
background-color: #FF9502;
}
</style>
border-color css
<style>
span { border-color: #FF9502; }
span { border-color: rgb(255,149,2); }
td.TdClassName
{
border-color: #FF9502;
}
.TagClassName
{
border-color: #FF9502;
}
</style>