Shades of International Orange #F45001
Tints of International Orange #F45001
RGB
CMYK
RGB Variations
Color information
#F45001 (or 0xF45001) is known color: International Orange. HEX triplet: F4, 50 and 01. RGB value is (244,80,1). Sum of RGB (Red+Green+Blue) = 244+80+1=325 (43% of max value = 765). Red value is 244 (95.70% from 255 or 75.08% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 244 - color contains mainly: red. Hex color #F45001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45001 is #0BAFFE. Grayscale: #787878. Windows color (decimal): -765951 or 86260. OLE color: 86260.
HSL color Cylindrical-coordinate representation of color #F45001: hue angle of 19.51º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F45001 is Cyan = 0, Magento = 0.67, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 1 | - |
| CMYK | 0 | 0.67 | 1.00 | 0.04 |
| HSL | 19.51º | 0.99% | 0.48% | - |
| HSV(B) | 19.51º | 1% | 0.96% | - |
| XYZ | 40.18 | 24.97 | 2.73 | - |
| YUV | 120.03 | 60.83 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 1 | 0 | 0.67 | 1.00 | 0.04 | 19.51 | 0.99 | 0.48 |
| Hex | F4 | 50 | 1 | 0 | 43 | 64 | 4 | 14 | 63 | 30 |
| Octal | 364 | 120 | 1 | 0 | 103 | 144 | 4 | 24 | 143 | 60 |
| Binary | 11110100 | 1010000 | 1 | 0 | 1000011 | 1100100 | 100 | 10100 | 1100011 | 110000 |
Color Harmonies of #F45001
Complementary color
Monochromatic Colors of #F45001
Black with #F45001
Text Example
Text Example
White with #F45001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45001; }
p { color: rgb(244,80,1); }
H1.HeaderClassName
{
color: #F45001;
}
.AnyTagClassName
{
color: #F45001;
}
</style>
background-color css
<style>
a { background-color: #F45001; }
a { background-color: rgb(244,80,1); }
div.DivClassName
{
background-color: #F45001;
}
.BgClassName
{
background-color: #F45001;
}
</style>
border-color css
<style>
span { border-color: #F45001; }
span { border-color: rgb(244,80,1); }
td.TdClassName
{
border-color: #F45001;
}
.TagClassName
{
border-color: #F45001;
}
</style>