Shades of International Orange #FE4F00
Tints of International Orange #FE4F00
RGB
CMYK
RGB Variations
Color information
#FE4F00 (or 0xFE4F00) is known color: International Orange. HEX triplet: FE, 4F and 00. RGB value is (254,79,0). Sum of RGB (Red+Green+Blue) = 254+79+0=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE4F00 is #01B0FF. Grayscale: #7A7A7A. Windows color (decimal): -110848 or 20478. OLE color: 20478.
HSL color Cylindrical-coordinate representation of color #FE4F00: hue angle of 18.66º 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 #FE4F00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.00 |
| HSL | 18.66º | 1% | 0.5% | - |
| HSV(B) | 18.66º | 1% | 1% | - |
| XYZ | 43.67 | 26.66 | 2.84 | - |
| YUV | 122.32 | 58.98 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 0 | 0 | 0.69 | 1 | 0.00 | 18.66 | 1 | 0.5 |
| Hex | FE | 4F | 0 | 0 | 45 | 64 | 0 | 13 | 64 | 32 |
| Octal | 376 | 117 | 0 | 0 | 105 | 144 | 0 | 23 | 144 | 62 |
| Binary | 11111110 | 1001111 | 0 | 0 | 1000101 | 1100100 | 0 | 10011 | 1100100 | 110010 |
Color Harmonies of #FE4F00
Complementary color
Monochromatic Colors of #FE4F00
Black with #FE4F00
Text Example
Text Example
White with #FE4F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4F00; }
p { color: rgb(254,79,0); }
H1.HeaderClassName
{
color: #FE4F00;
}
.AnyTagClassName
{
color: #FE4F00;
}
</style>
background-color css
<style>
a { background-color: #FE4F00; }
a { background-color: rgb(254,79,0); }
div.DivClassName
{
background-color: #FE4F00;
}
.BgClassName
{
background-color: #FE4F00;
}
</style>
border-color css
<style>
span { border-color: #FE4F00; }
span { border-color: rgb(254,79,0); }
td.TdClassName
{
border-color: #FE4F00;
}
.TagClassName
{
border-color: #FE4F00;
}
</style>