Shades of Dark Orange #FE830B
Tints of Dark Orange #FE830B
RGB
CMYK
RGB Variations
Color information
#FE830B (or 0xFE830B) is known color: Dark Orange. HEX triplet: FE, 83 and 0B. RGB value is (254,131,11). Sum of RGB (Red+Green+Blue) = 254+131+11=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 11 (4.69% from 255 or 2.78% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE830B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE830B is #017CF4. Grayscale: #9A9A9A. Windows color (decimal): -97525 or 754686. OLE color: 754686.
HSL color Cylindrical-coordinate representation of color #FE830B: hue angle of 29.63º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE830B is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 11 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.00 |
| HSL | 29.63º | 0.99% | 0.52% | - |
| HSV(B) | 29.63º | 0.96% | 1% | - |
| XYZ | 49.05 | 37.33 | 4.94 | - |
| YUV | 154.1 | 47.25 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 11 | 0 | 0.48 | 0.96 | 0.00 | 29.63 | 0.99 | 0.52 |
| Hex | FE | 83 | B | 0 | 30 | 60 | 0 | 1E | 63 | 34 |
| Octal | 376 | 203 | 13 | 0 | 60 | 140 | 0 | 36 | 143 | 64 |
| Binary | 11111110 | 10000011 | 1011 | 0 | 110000 | 1100000 | 0 | 11110 | 1100011 | 110100 |
Color Harmonies of #FE830B
Complementary color
Monochromatic Colors of #FE830B
Black with #FE830B
Text Example
Text Example
White with #FE830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE830B; }
p { color: rgb(254,131,11); }
H1.HeaderClassName
{
color: #FE830B;
}
.AnyTagClassName
{
color: #FE830B;
}
</style>
background-color css
<style>
a { background-color: #FE830B; }
a { background-color: rgb(254,131,11); }
div.DivClassName
{
background-color: #FE830B;
}
.BgClassName
{
background-color: #FE830B;
}
</style>
border-color css
<style>
span { border-color: #FE830B; }
span { border-color: rgb(254,131,11); }
td.TdClassName
{
border-color: #FE830B;
}
.TagClassName
{
border-color: #FE830B;
}
</style>