Shades of International Orange #FF4F02
Tints of International Orange #FF4F02
RGB
CMYK
RGB Variations
Color information
#FF4F02 (or 0xFF4F02) is known color: International Orange. HEX triplet: FF, 4F and 02. RGB value is (255,79,2). Sum of RGB (Red+Green+Blue) = 255+79+2=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4F02 is #00B0FD. Grayscale: #7B7B7B. Windows color (decimal): -45310 or 151551. OLE color: 151551.
HSL color Cylindrical-coordinate representation of color #FF4F02: hue angle of 18.26º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF4F02 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0 |
| HSL | 18.26º | 1% | 0.5% | - |
| HSV(B) | 18.26º | 0.99% | 1% | - |
| XYZ | 44.05 | 26.86 | 2.92 | - |
| YUV | 122.85 | 59.81 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 2 | 0 | 0.69 | 0.99 | 0 | 18.26 | 1 | 0.5 |
| Hex | FF | 4F | 2 | 0 | 45 | 63 | 0 | 12 | 64 | 32 |
| Octal | 377 | 117 | 2 | 0 | 105 | 143 | 0 | 22 | 144 | 62 |
| Binary | 11111111 | 1001111 | 10 | 0 | 1000101 | 1100011 | 0 | 10010 | 1100100 | 110010 |
Color Harmonies of #FF4F02
Complementary color
Monochromatic Colors of #FF4F02
Black with #FF4F02
Text Example
Text Example
White with #FF4F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F02; }
p { color: rgb(255,79,2); }
H1.HeaderClassName
{
color: #FF4F02;
}
.AnyTagClassName
{
color: #FF4F02;
}
</style>
background-color css
<style>
a { background-color: #FF4F02; }
a { background-color: rgb(255,79,2); }
div.DivClassName
{
background-color: #FF4F02;
}
.BgClassName
{
background-color: #FF4F02;
}
</style>
border-color css
<style>
span { border-color: #FF4F02; }
span { border-color: rgb(255,79,2); }
td.TdClassName
{
border-color: #FF4F02;
}
.TagClassName
{
border-color: #FF4F02;
}
</style>