Shades of International Orange #FF4F04
Tints of International Orange #FF4F04
RGB
CMYK
RGB Variations
Color information
#FF4F04 (or 0xFF4F04) is known color: International Orange. HEX triplet: FF, 4F and 04. RGB value is (255,79,4). Sum of RGB (Red+Green+Blue) = 255+79+4=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4F04 is #00B0FB. Grayscale: #7B7B7B. Windows color (decimal): -45308 or 282623. OLE color: 282623.
HSL color Cylindrical-coordinate representation of color #FF4F04: hue angle of 17.93º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF4F04 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 4 | - |
| CMYK | 0 | 0.69 | 0.98 | 0 |
| HSL | 17.93º | 1% | 0.51% | - |
| HSV(B) | 17.93º | 0.98% | 1% | - |
| XYZ | 44.06 | 26.86 | 2.98 | - |
| YUV | 123.07 | 60.81 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 4 | 0 | 0.69 | 0.98 | 0 | 17.93 | 1 | 0.51 |
| Hex | FF | 4F | 4 | 0 | 45 | 62 | 0 | 12 | 64 | 33 |
| Octal | 377 | 117 | 4 | 0 | 105 | 142 | 0 | 22 | 144 | 63 |
| Binary | 11111111 | 1001111 | 100 | 0 | 1000101 | 1100010 | 0 | 10010 | 1100100 | 110011 |
Color Harmonies of #FF4F04
Complementary color
Monochromatic Colors of #FF4F04
Black with #FF4F04
Text Example
Text Example
White with #FF4F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F04; }
p { color: rgb(255,79,4); }
H1.HeaderClassName
{
color: #FF4F04;
}
.AnyTagClassName
{
color: #FF4F04;
}
</style>
background-color css
<style>
a { background-color: #FF4F04; }
a { background-color: rgb(255,79,4); }
div.DivClassName
{
background-color: #FF4F04;
}
.BgClassName
{
background-color: #FF4F04;
}
</style>
border-color css
<style>
span { border-color: #FF4F04; }
span { border-color: rgb(255,79,4); }
td.TdClassName
{
border-color: #FF4F04;
}
.TagClassName
{
border-color: #FF4F04;
}
</style>