Html Css Color HEX #F9540E International Orange
📋 copy color: '#F9540E'red 249 ◦ green 84 ◦ blue 14
Shades of International Orange #F9540E
Tints of International Orange #F9540E
RGB
CMYK
RGB Variations
Color information
#F9540E (or 0xF9540E) is known color: International Orange. HEX triplet: F9, 54 and 0E. RGB value is (249,84,14). Sum of RGB (Red+Green+Blue) = 249+84+14=347 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.76% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 249 - color contains mainly: red. Hex color #F9540E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9540E is #06ABF1. Grayscale: #7D7D7D. Windows color (decimal): -437234 or 939257. OLE color: 939257.
HSL color Cylindrical-coordinate representation of color #F9540E: hue angle of 17.87º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9540E is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 84 | 14 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.02 |
| HSL | 17.87º | 0.95% | 0.52% | - |
| HSV(B) | 17.87º | 0.94% | 0.98% | - |
| XYZ | 42.32 | 26.51 | 3.3 | - |
| YUV | 125.36 | 65.16 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 84 | 14 | 0 | 0.66 | 0.94 | 0.02 | 17.87 | 0.95 | 0.52 |
| Hex | F9 | 54 | E | 0 | 42 | 5E | 2 | 12 | 5F | 34 |
| Octal | 371 | 124 | 16 | 0 | 102 | 136 | 2 | 22 | 137 | 64 |
| Binary | 11111001 | 1010100 | 1110 | 0 | 1000010 | 1011110 | 10 | 10010 | 1011111 | 110100 |
Color Harmonies of #F9540E
Complementary color
Monochromatic Colors of #F9540E
Black with #F9540E
Text Example
Text Example
White with #F9540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9540E; }
p { color: rgb(249,84,14); }
H1.HeaderClassName
{
color: #F9540E;
}
.AnyTagClassName
{
color: #F9540E;
}
</style>
background-color css
<style>
a { background-color: #F9540E; }
a { background-color: rgb(249,84,14); }
div.DivClassName
{
background-color: #F9540E;
}
.BgClassName
{
background-color: #F9540E;
}
</style>
border-color css
<style>
span { border-color: #F9540E; }
span { border-color: rgb(249,84,14); }
td.TdClassName
{
border-color: #F9540E;
}
.TagClassName
{
border-color: #F9540E;
}
</style>