Shades of Dark Orange #FE8807
Tints of Dark Orange #FE8807
RGB
CMYK
RGB Variations
Color information
#FE8807 (or 0xFE8807) is known color: Dark Orange. HEX triplet: FE, 88 and 07. RGB value is (254,136,7). Sum of RGB (Red+Green+Blue) = 254+136+7=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 7 (3.12% from 255 or 1.76% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8807 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8807 is #0177F8. Grayscale: #9D9D9D. Windows color (decimal): -96249 or 493822. OLE color: 493822.
HSL color Cylindrical-coordinate representation of color #FE8807: hue angle of 31.34º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE8807 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 7 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.00 |
| HSL | 31.34º | 0.99% | 0.51% | - |
| HSV(B) | 31.34º | 0.97% | 1% | - |
| XYZ | 49.72 | 38.69 | 5.05 | - |
| YUV | 156.58 | 43.59 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 7 | 0 | 0.46 | 0.97 | 0.00 | 31.34 | 0.99 | 0.51 |
| Hex | FE | 88 | 7 | 0 | 2E | 61 | 0 | 1F | 63 | 33 |
| Octal | 376 | 210 | 7 | 0 | 56 | 141 | 0 | 37 | 143 | 63 |
| Binary | 11111110 | 10001000 | 111 | 0 | 101110 | 1100001 | 0 | 11111 | 1100011 | 110011 |
Color Harmonies of #FE8807
Complementary color
Monochromatic Colors of #FE8807
Black with #FE8807
Text Example
Text Example
White with #FE8807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8807; }
p { color: rgb(254,136,7); }
H1.HeaderClassName
{
color: #FE8807;
}
.AnyTagClassName
{
color: #FE8807;
}
</style>
background-color css
<style>
a { background-color: #FE8807; }
a { background-color: rgb(254,136,7); }
div.DivClassName
{
background-color: #FE8807;
}
.BgClassName
{
background-color: #FE8807;
}
</style>
border-color css
<style>
span { border-color: #FE8807; }
span { border-color: rgb(254,136,7); }
td.TdClassName
{
border-color: #FE8807;
}
.TagClassName
{
border-color: #FE8807;
}
</style>