Html Css Color HEX #F45319 International Orange
📋 copy color: '#F45319'red 244 ◦ green 83 ◦ blue 25
Shades of International Orange #F45319
Tints of International Orange #F45319
RGB
CMYK
RGB Variations
Color information
#F45319 (or 0xF45319) is known color: International Orange. HEX triplet: F4, 53 and 19. RGB value is (244,83,25). Sum of RGB (Red+Green+Blue) = 244+83+25=352 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.32% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 244 - color contains mainly: red. Hex color #F45319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45319 is #0BACE6. Grayscale: #7C7C7C. Windows color (decimal): -765159 or 1659892. OLE color: 1659892.
HSL color Cylindrical-coordinate representation of color #F45319: hue angle of 15.89º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F45319 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 25 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.04 |
| HSL | 15.89º | 0.91% | 0.53% | - |
| HSV(B) | 15.89º | 0.9% | 0.96% | - |
| XYZ | 40.58 | 25.49 | 3.7 | - |
| YUV | 124.53 | 71.84 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 25 | 0 | 0.66 | 0.90 | 0.04 | 15.89 | 0.91 | 0.53 |
| Hex | F4 | 53 | 19 | 0 | 42 | 5A | 4 | 10 | 5B | 35 |
| Octal | 364 | 123 | 31 | 0 | 102 | 132 | 4 | 20 | 133 | 65 |
| Binary | 11110100 | 1010011 | 11001 | 0 | 1000010 | 1011010 | 100 | 10000 | 1011011 | 110101 |
Color Harmonies of #F45319
Complementary color
Monochromatic Colors of #F45319
Black with #F45319
Text Example
Text Example
White with #F45319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45319; }
p { color: rgb(244,83,25); }
H1.HeaderClassName
{
color: #F45319;
}
.AnyTagClassName
{
color: #F45319;
}
</style>
background-color css
<style>
a { background-color: #F45319; }
a { background-color: rgb(244,83,25); }
div.DivClassName
{
background-color: #F45319;
}
.BgClassName
{
background-color: #F45319;
}
</style>
border-color css
<style>
span { border-color: #F45319; }
span { border-color: rgb(244,83,25); }
td.TdClassName
{
border-color: #F45319;
}
.TagClassName
{
border-color: #F45319;
}
</style>