Shades of Dark Orange #FE7F03
Tints of Dark Orange #FE7F03
RGB
CMYK
RGB Variations
Color information
#FE7F03 (or 0xFE7F03) is known color: Dark Orange. HEX triplet: FE, 7F and 03. RGB value is (254,127,3). Sum of RGB (Red+Green+Blue) = 254+127+3=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 3 (1.56% from 255 or 0.78% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7F03 is #0180FC. Grayscale: #979797. Windows color (decimal): -98557 or 229374. OLE color: 229374.
HSL color Cylindrical-coordinate representation of color #FE7F03: hue angle of 29.64º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE7F03 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 3 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.00 |
| HSL | 29.64º | 0.99% | 0.5% | - |
| HSV(B) | 29.64º | 0.99% | 1% | - |
| XYZ | 48.48 | 36.26 | 4.53 | - |
| YUV | 150.84 | 44.58 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 3 | 0 | 0.50 | 0.99 | 0.00 | 29.64 | 0.99 | 0.5 |
| Hex | FE | 7F | 3 | 0 | 32 | 63 | 0 | 1E | 63 | 32 |
| Octal | 376 | 177 | 3 | 0 | 62 | 143 | 0 | 36 | 143 | 62 |
| Binary | 11111110 | 1111111 | 11 | 0 | 110010 | 1100011 | 0 | 11110 | 1100011 | 110010 |
Color Harmonies of #FE7F03
Complementary color
Monochromatic Colors of #FE7F03
Black with #FE7F03
Text Example
Text Example
White with #FE7F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F03; }
p { color: rgb(254,127,3); }
H1.HeaderClassName
{
color: #FE7F03;
}
.AnyTagClassName
{
color: #FE7F03;
}
</style>
background-color css
<style>
a { background-color: #FE7F03; }
a { background-color: rgb(254,127,3); }
div.DivClassName
{
background-color: #FE7F03;
}
.BgClassName
{
background-color: #FE7F03;
}
</style>
border-color css
<style>
span { border-color: #FE7F03; }
span { border-color: rgb(254,127,3); }
td.TdClassName
{
border-color: #FE7F03;
}
.TagClassName
{
border-color: #FE7F03;
}
</style>