Html Css Color HEX #F9541A International Orange
📋 copy color: '#F9541A'red 249 ◦ green 84 ◦ blue 26
Shades of International Orange #F9541A
Tints of International Orange #F9541A
RGB
CMYK
RGB Variations
Color information
#F9541A (or 0xF9541A) is known color: International Orange. HEX triplet: F9, 54 and 1A. RGB value is (249,84,26). Sum of RGB (Red+Green+Blue) = 249+84+26=359 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.36% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 249 - color contains mainly: red. Hex color #F9541A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9541A is #06ABE5. Grayscale: #7F7F7F. Windows color (decimal): -437222 or 1725689. OLE color: 1725689.
HSL color Cylindrical-coordinate representation of color #F9541A: hue angle of 15.61º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9541A is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 84 | 26 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.02 |
| HSL | 15.61º | 0.95% | 0.54% | - |
| HSV(B) | 15.61º | 0.9% | 0.98% | - |
| XYZ | 42.42 | 26.55 | 3.87 | - |
| YUV | 126.72 | 71.16 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 84 | 26 | 0 | 0.66 | 0.90 | 0.02 | 15.61 | 0.95 | 0.54 |
| Hex | F9 | 54 | 1A | 0 | 42 | 5A | 2 | 10 | 5F | 36 |
| Octal | 371 | 124 | 32 | 0 | 102 | 132 | 2 | 20 | 137 | 66 |
| Binary | 11111001 | 1010100 | 11010 | 0 | 1000010 | 1011010 | 10 | 10000 | 1011111 | 110110 |
Color Harmonies of #F9541A
Complementary color
Monochromatic Colors of #F9541A
Black with #F9541A
Text Example
Text Example
White with #F9541A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9541A; }
p { color: rgb(249,84,26); }
H1.HeaderClassName
{
color: #F9541A;
}
.AnyTagClassName
{
color: #F9541A;
}
</style>
background-color css
<style>
a { background-color: #F9541A; }
a { background-color: rgb(249,84,26); }
div.DivClassName
{
background-color: #F9541A;
}
.BgClassName
{
background-color: #F9541A;
}
</style>
border-color css
<style>
span { border-color: #F9541A; }
span { border-color: rgb(249,84,26); }
td.TdClassName
{
border-color: #F9541A;
}
.TagClassName
{
border-color: #F9541A;
}
</style>