Html Css Color HEX #F45015 International Orange
📋 copy color: '#F45015'red 244 ◦ green 80 ◦ blue 21
Shades of International Orange #F45015
Tints of International Orange #F45015
RGB
CMYK
RGB Variations
Color information
#F45015 (or 0xF45015) is known color: International Orange. HEX triplet: F4, 50 and 15. RGB value is (244,80,21). Sum of RGB (Red+Green+Blue) = 244+80+21=345 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.72% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 244 - color contains mainly: red. Hex color #F45015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45015 is #0BAFEA. Grayscale: #7A7A7A. Windows color (decimal): -765931 or 1396980. OLE color: 1396980.
HSL color Cylindrical-coordinate representation of color #F45015: hue angle of 15.87º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F45015 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 21 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.04 |
| HSL | 15.87º | 0.91% | 0.52% | - |
| HSV(B) | 15.87º | 0.91% | 0.96% | - |
| XYZ | 40.31 | 25.02 | 3.41 | - |
| YUV | 122.31 | 70.83 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 21 | 0 | 0.67 | 0.91 | 0.04 | 15.87 | 0.91 | 0.52 |
| Hex | F4 | 50 | 15 | 0 | 43 | 5B | 4 | 10 | 5B | 34 |
| Octal | 364 | 120 | 25 | 0 | 103 | 133 | 4 | 20 | 133 | 64 |
| Binary | 11110100 | 1010000 | 10101 | 0 | 1000011 | 1011011 | 100 | 10000 | 1011011 | 110100 |
Color Harmonies of #F45015
Complementary color
Monochromatic Colors of #F45015
Black with #F45015
Text Example
Text Example
White with #F45015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45015; }
p { color: rgb(244,80,21); }
H1.HeaderClassName
{
color: #F45015;
}
.AnyTagClassName
{
color: #F45015;
}
</style>
background-color css
<style>
a { background-color: #F45015; }
a { background-color: rgb(244,80,21); }
div.DivClassName
{
background-color: #F45015;
}
.BgClassName
{
background-color: #F45015;
}
</style>
border-color css
<style>
span { border-color: #F45015; }
span { border-color: rgb(244,80,21); }
td.TdClassName
{
border-color: #F45015;
}
.TagClassName
{
border-color: #F45015;
}
</style>