Shades of Dark Orange #FF9402
Tints of Dark Orange #FF9402
RGB
CMYK
RGB Variations
Color information
#FF9402 (or 0xFF9402) is known color: Dark Orange. HEX triplet: FF, 94 and 02. RGB value is (255,148,2). Sum of RGB (Red+Green+Blue) = 255+148+2=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9402 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9402 is #006BFD. Grayscale: #A4A4A4. Windows color (decimal): -27646 or 169215. OLE color: 169215.
HSL color Cylindrical-coordinate representation of color #FF9402: hue angle of 34.62º 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 #FF9402 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0 |
| HSL | 34.62º | 1% | 0.5% | - |
| HSV(B) | 34.62º | 0.99% | 1% | - |
| XYZ | 51.84 | 42.44 | 5.52 | - |
| YUV | 163.35 | 36.95 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 2 | 0 | 0.42 | 0.99 | 0 | 34.62 | 1 | 0.5 |
| Hex | FF | 94 | 2 | 0 | 2A | 63 | 0 | 23 | 64 | 32 |
| Octal | 377 | 224 | 2 | 0 | 52 | 143 | 0 | 43 | 144 | 62 |
| Binary | 11111111 | 10010100 | 10 | 0 | 101010 | 1100011 | 0 | 100011 | 1100100 | 110010 |
Color Harmonies of #FF9402
Complementary color
Monochromatic Colors of #FF9402
Black with #FF9402
Text Example
Text Example
White with #FF9402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9402; }
p { color: rgb(255,148,2); }
H1.HeaderClassName
{
color: #FF9402;
}
.AnyTagClassName
{
color: #FF9402;
}
</style>
background-color css
<style>
a { background-color: #FF9402; }
a { background-color: rgb(255,148,2); }
div.DivClassName
{
background-color: #FF9402;
}
.BgClassName
{
background-color: #FF9402;
}
</style>
border-color css
<style>
span { border-color: #FF9402; }
span { border-color: rgb(255,148,2); }
td.TdClassName
{
border-color: #FF9402;
}
.TagClassName
{
border-color: #FF9402;
}
</style>