Html Css Color HEX #F9540B International Orange
📋 copy color: '#F9540B'red 249 ◦ green 84 ◦ blue 11
Shades of International Orange #F9540B
Tints of International Orange #F9540B
RGB
CMYK
RGB Variations
Color information
#F9540B (or 0xF9540B) is known color: International Orange. HEX triplet: F9, 54 and 0B. RGB value is (249,84,11). Sum of RGB (Red+Green+Blue) = 249+84+11=344 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.38% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 249 - color contains mainly: red. Hex color #F9540B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9540B is #06ABF4. Grayscale: #7D7D7D. Windows color (decimal): -437237 or 742649. OLE color: 742649.
HSL color Cylindrical-coordinate representation of color #F9540B: hue angle of 18.4º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9540B is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 84 | 11 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.02 |
| HSL | 18.4º | 0.95% | 0.51% | - |
| HSV(B) | 18.4º | 0.96% | 0.98% | - |
| XYZ | 42.3 | 26.5 | 3.2 | - |
| YUV | 125.01 | 63.66 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 84 | 11 | 0 | 0.66 | 0.96 | 0.02 | 18.4 | 0.95 | 0.51 |
| Hex | F9 | 54 | B | 0 | 42 | 60 | 2 | 12 | 5F | 33 |
| Octal | 371 | 124 | 13 | 0 | 102 | 140 | 2 | 22 | 137 | 63 |
| Binary | 11111001 | 1010100 | 1011 | 0 | 1000010 | 1100000 | 10 | 10010 | 1011111 | 110011 |
Color Harmonies of #F9540B
Complementary color
Monochromatic Colors of #F9540B
Black with #F9540B
Text Example
Text Example
White with #F9540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9540B; }
p { color: rgb(249,84,11); }
H1.HeaderClassName
{
color: #F9540B;
}
.AnyTagClassName
{
color: #F9540B;
}
</style>
background-color css
<style>
a { background-color: #F9540B; }
a { background-color: rgb(249,84,11); }
div.DivClassName
{
background-color: #F9540B;
}
.BgClassName
{
background-color: #F9540B;
}
</style>
border-color css
<style>
span { border-color: #F9540B; }
span { border-color: rgb(249,84,11); }
td.TdClassName
{
border-color: #F9540B;
}
.TagClassName
{
border-color: #F9540B;
}
</style>