Shades of International Orange #FF4F03
Tints of International Orange #FF4F03
RGB
CMYK
RGB Variations
Color information
#FF4F03 (or 0xFF4F03) is known color: International Orange. HEX triplet: FF, 4F and 03. RGB value is (255,79,3). Sum of RGB (Red+Green+Blue) = 255+79+3=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 3 (1.56% from 255 or 0.89% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4F03 is #00B0FC. Grayscale: #7B7B7B. Windows color (decimal): -45309 or 217087. OLE color: 217087.
HSL color Cylindrical-coordinate representation of color #FF4F03: hue angle of 18.1º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF4F03 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 3 | - |
| CMYK | 0 | 0.69 | 0.99 | 0 |
| HSL | 18.1º | 1% | 0.51% | - |
| HSV(B) | 18.1º | 0.99% | 1% | - |
| XYZ | 44.05 | 26.86 | 2.95 | - |
| YUV | 122.96 | 60.31 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 3 | 0 | 0.69 | 0.99 | 0 | 18.1 | 1 | 0.51 |
| Hex | FF | 4F | 3 | 0 | 45 | 63 | 0 | 12 | 64 | 33 |
| Octal | 377 | 117 | 3 | 0 | 105 | 143 | 0 | 22 | 144 | 63 |
| Binary | 11111111 | 1001111 | 11 | 0 | 1000101 | 1100011 | 0 | 10010 | 1100100 | 110011 |
Color Harmonies of #FF4F03
Complementary color
Monochromatic Colors of #FF4F03
Black with #FF4F03
Text Example
Text Example
White with #FF4F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F03; }
p { color: rgb(255,79,3); }
H1.HeaderClassName
{
color: #FF4F03;
}
.AnyTagClassName
{
color: #FF4F03;
}
</style>
background-color css
<style>
a { background-color: #FF4F03; }
a { background-color: rgb(255,79,3); }
div.DivClassName
{
background-color: #FF4F03;
}
.BgClassName
{
background-color: #FF4F03;
}
</style>
border-color css
<style>
span { border-color: #FF4F03; }
span { border-color: rgb(255,79,3); }
td.TdClassName
{
border-color: #FF4F03;
}
.TagClassName
{
border-color: #FF4F03;
}
</style>