Html Css Color HEX #F55015 International Orange
📋 copy color: '#F55015'red 245 ◦ green 80 ◦ blue 21
Shades of International Orange #F55015
Tints of International Orange #F55015
RGB
CMYK
RGB Variations
Color information
#F55015 (or 0xF55015) is known color: International Orange. HEX triplet: F5, 50 and 15. RGB value is (245,80,21). Sum of RGB (Red+Green+Blue) = 245+80+21=346 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.81% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 245 - color contains mainly: red. Hex color #F55015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55015 is #0AAFEA. Grayscale: #7B7B7B. Windows color (decimal): -700395 or 1396981. OLE color: 1396981.
HSL color Cylindrical-coordinate representation of color #F55015: hue angle of 15.8º degrees, saturation: 0.92, 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 #F55015 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 80 | 21 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.04 |
| HSL | 15.8º | 0.92% | 0.52% | - |
| HSV(B) | 15.8º | 0.91% | 0.96% | - |
| XYZ | 40.66 | 25.2 | 3.43 | - |
| YUV | 122.61 | 70.66 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 21 | 0 | 0.67 | 0.91 | 0.04 | 15.8 | 0.92 | 0.52 |
| Hex | F5 | 50 | 15 | 0 | 43 | 5B | 4 | 10 | 5C | 34 |
| Octal | 365 | 120 | 25 | 0 | 103 | 133 | 4 | 20 | 134 | 64 |
| Binary | 11110101 | 1010000 | 10101 | 0 | 1000011 | 1011011 | 100 | 10000 | 1011100 | 110100 |
Color Harmonies of #F55015
Complementary color
Monochromatic Colors of #F55015
Black with #F55015
Text Example
Text Example
White with #F55015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55015; }
p { color: rgb(245,80,21); }
H1.HeaderClassName
{
color: #F55015;
}
.AnyTagClassName
{
color: #F55015;
}
</style>
background-color css
<style>
a { background-color: #F55015; }
a { background-color: rgb(245,80,21); }
div.DivClassName
{
background-color: #F55015;
}
.BgClassName
{
background-color: #F55015;
}
</style>
border-color css
<style>
span { border-color: #F55015; }
span { border-color: rgb(245,80,21); }
td.TdClassName
{
border-color: #F55015;
}
.TagClassName
{
border-color: #F55015;
}
</style>