Shades of Dark Orange #FE7F04
Tints of Dark Orange #FE7F04
RGB
CMYK
RGB Variations
Color information
#FE7F04 (or 0xFE7F04) is known color: Dark Orange. HEX triplet: FE, 7F and 04. RGB value is (254,127,4). Sum of RGB (Red+Green+Blue) = 254+127+4=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7F04 is #0180FB. Grayscale: #979797. Windows color (decimal): -98556 or 294910. OLE color: 294910.
HSL color Cylindrical-coordinate representation of color #FE7F04: hue angle of 29.52º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE7F04 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 4 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.00 |
| HSL | 29.52º | 0.99% | 0.51% | - |
| HSV(B) | 29.52º | 0.98% | 1% | - |
| XYZ | 48.48 | 36.26 | 4.56 | - |
| YUV | 150.95 | 45.08 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 4 | 0 | 0.50 | 0.98 | 0.00 | 29.52 | 0.99 | 0.51 |
| Hex | FE | 7F | 4 | 0 | 32 | 62 | 0 | 1E | 63 | 33 |
| Octal | 376 | 177 | 4 | 0 | 62 | 142 | 0 | 36 | 143 | 63 |
| Binary | 11111110 | 1111111 | 100 | 0 | 110010 | 1100010 | 0 | 11110 | 1100011 | 110011 |
Color Harmonies of #FE7F04
Complementary color
Monochromatic Colors of #FE7F04
Black with #FE7F04
Text Example
Text Example
White with #FE7F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F04; }
p { color: rgb(254,127,4); }
H1.HeaderClassName
{
color: #FE7F04;
}
.AnyTagClassName
{
color: #FE7F04;
}
</style>
background-color css
<style>
a { background-color: #FE7F04; }
a { background-color: rgb(254,127,4); }
div.DivClassName
{
background-color: #FE7F04;
}
.BgClassName
{
background-color: #FE7F04;
}
</style>
border-color css
<style>
span { border-color: #FE7F04; }
span { border-color: rgb(254,127,4); }
td.TdClassName
{
border-color: #FE7F04;
}
.TagClassName
{
border-color: #FE7F04;
}
</style>