Shades of Dark Orange #FE7F00
Tints of Dark Orange #FE7F00
RGB
CMYK
RGB Variations
Color information
#FE7F00 (or 0xFE7F00) is known color: Dark Orange. HEX triplet: FE, 7F and 00. RGB value is (254,127,0). Sum of RGB (Red+Green+Blue) = 254+127+0=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7F00 is #0180FF. Grayscale: #979797. Windows color (decimal): -98560 or 32766. OLE color: 32766.
HSL color Cylindrical-coordinate representation of color #FE7F00: hue angle of 30º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE7F00 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.00 |
| HSL | 30º | 1% | 0.5% | - |
| HSV(B) | 30º | 1% | 1% | - |
| XYZ | 48.46 | 36.25 | 4.44 | - |
| YUV | 150.5 | 43.08 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 0 | 0 | 0.50 | 1 | 0.00 | 30 | 1 | 0.5 |
| Hex | FE | 7F | 0 | 0 | 32 | 64 | 0 | 1E | 64 | 32 |
| Octal | 376 | 177 | 0 | 0 | 62 | 144 | 0 | 36 | 144 | 62 |
| Binary | 11111110 | 1111111 | 0 | 0 | 110010 | 1100100 | 0 | 11110 | 1100100 | 110010 |
Color Harmonies of #FE7F00
Complementary color
Monochromatic Colors of #FE7F00
Black with #FE7F00
Text Example
Text Example
White with #FE7F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F00; }
p { color: rgb(254,127,0); }
H1.HeaderClassName
{
color: #FE7F00;
}
.AnyTagClassName
{
color: #FE7F00;
}
</style>
background-color css
<style>
a { background-color: #FE7F00; }
a { background-color: rgb(254,127,0); }
div.DivClassName
{
background-color: #FE7F00;
}
.BgClassName
{
background-color: #FE7F00;
}
</style>
border-color css
<style>
span { border-color: #FE7F00; }
span { border-color: rgb(254,127,0); }
td.TdClassName
{
border-color: #FE7F00;
}
.TagClassName
{
border-color: #FE7F00;
}
</style>