Shades of Yellow Orange #F9B540
Tints of Yellow Orange #F9B540
RGB
CMYK
RGB Variations
Color information
#F9B540 (or 0xF9B540) is known color: Yellow Orange. HEX triplet: F9, B5 and 40. RGB value is (249,181,64). Sum of RGB (Red+Green+Blue) = 249+181+64=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9B540 is #064ABF. Grayscale: #BCBCBC. Windows color (decimal): -412352 or 4240889. OLE color: 4240889.
HSL color Cylindrical-coordinate representation of color #F9B540: hue angle of 37.95º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F9B540 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 181 | 64 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.02 |
| HSL | 37.95º | 0.94% | 0.61% | - |
| HSV(B) | 37.95º | 0.74% | 0.98% | - |
| XYZ | 56.52 | 53.56 | 12.21 | - |
| YUV | 187.99 | 58.03 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 181 | 64 | 0 | 0.27 | 0.74 | 0.02 | 37.95 | 0.94 | 0.61 |
| Hex | F9 | B5 | 40 | 0 | 1B | 4A | 2 | 26 | 5E | 3D |
| Octal | 371 | 265 | 100 | 0 | 33 | 112 | 2 | 46 | 136 | 75 |
| Binary | 11111001 | 10110101 | 1000000 | 0 | 11011 | 1001010 | 10 | 100110 | 1011110 | 111101 |
Color Harmonies of #F9B540
Complementary color
Monochromatic Colors of #F9B540
Black with #F9B540
Text Example
Text Example
White with #F9B540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B540; }
p { color: rgb(249,181,64); }
H1.HeaderClassName
{
color: #F9B540;
}
.AnyTagClassName
{
color: #F9B540;
}
</style>
background-color css
<style>
a { background-color: #F9B540; }
a { background-color: rgb(249,181,64); }
div.DivClassName
{
background-color: #F9B540;
}
.BgClassName
{
background-color: #F9B540;
}
</style>
border-color css
<style>
span { border-color: #F9B540; }
span { border-color: rgb(249,181,64); }
td.TdClassName
{
border-color: #F9B540;
}
.TagClassName
{
border-color: #F9B540;
}
</style>