Shades of International Orange #F54F03
Tints of International Orange #F54F03
RGB
CMYK
RGB Variations
Color information
#F54F03 (or 0xF54F03) is known color: International Orange. HEX triplet: F5, 4F and 03. RGB value is (245,79,3). Sum of RGB (Red+Green+Blue) = 245+79+3=327 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.92% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 245 - color contains mainly: red. Hex color #F54F03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F54F03 is #0AB0FC. Grayscale: #787878. Windows color (decimal): -700669 or 217077. OLE color: 217077.
HSL color Cylindrical-coordinate representation of color #F54F03: hue angle of 18.84º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F54F03 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 79 | 3 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.04 |
| HSL | 18.84º | 0.98% | 0.49% | - |
| HSV(B) | 18.84º | 0.99% | 0.96% | - |
| XYZ | 40.47 | 25.01 | 2.78 | - |
| YUV | 119.97 | 62 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 79 | 3 | 0 | 0.68 | 0.99 | 0.04 | 18.84 | 0.98 | 0.49 |
| Hex | F5 | 4F | 3 | 0 | 44 | 63 | 4 | 13 | 62 | 31 |
| Octal | 365 | 117 | 3 | 0 | 104 | 143 | 4 | 23 | 142 | 61 |
| Binary | 11110101 | 1001111 | 11 | 0 | 1000100 | 1100011 | 100 | 10011 | 1100010 | 110001 |
Color Harmonies of #F54F03
Complementary color
Monochromatic Colors of #F54F03
Black with #F54F03
Text Example
Text Example
White with #F54F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54F03; }
p { color: rgb(245,79,3); }
H1.HeaderClassName
{
color: #F54F03;
}
.AnyTagClassName
{
color: #F54F03;
}
</style>
background-color css
<style>
a { background-color: #F54F03; }
a { background-color: rgb(245,79,3); }
div.DivClassName
{
background-color: #F54F03;
}
.BgClassName
{
background-color: #F54F03;
}
</style>
border-color css
<style>
span { border-color: #F54F03; }
span { border-color: rgb(245,79,3); }
td.TdClassName
{
border-color: #F54F03;
}
.TagClassName
{
border-color: #F54F03;
}
</style>