Shades of Yellow Orange #F9A93B
Tints of Yellow Orange #F9A93B
RGB
CMYK
RGB Variations
Color information
#F9A93B (or 0xF9A93B) is known color: Yellow Orange. HEX triplet: F9, A9 and 3B. RGB value is (249,169,59). Sum of RGB (Red+Green+Blue) = 249+169+59=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 59 (23.44% from 255 or 12.37% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A93B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A93B is #0656C4. Grayscale: #B4B4B4. Windows color (decimal): -415429 or 3910137. OLE color: 3910137.
HSL color Cylindrical-coordinate representation of color #F9A93B: hue angle of 34.74º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9A93B is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 169 | 59 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.02 |
| HSL | 34.74º | 0.94% | 0.6% | - |
| HSV(B) | 34.74º | 0.76% | 0.98% | - |
| XYZ | 54.04 | 48.83 | 10.71 | - |
| YUV | 180.38 | 59.5 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 169 | 59 | 0 | 0.32 | 0.76 | 0.02 | 34.74 | 0.94 | 0.6 |
| Hex | F9 | A9 | 3B | 0 | 20 | 4C | 2 | 23 | 5E | 3C |
| Octal | 371 | 251 | 73 | 0 | 40 | 114 | 2 | 43 | 136 | 74 |
| Binary | 11111001 | 10101001 | 111011 | 0 | 100000 | 1001100 | 10 | 100011 | 1011110 | 111100 |
Color Harmonies of #F9A93B
Complementary color
Monochromatic Colors of #F9A93B
Black with #F9A93B
Text Example
Text Example
White with #F9A93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A93B; }
p { color: rgb(249,169,59); }
H1.HeaderClassName
{
color: #F9A93B;
}
.AnyTagClassName
{
color: #F9A93B;
}
</style>
background-color css
<style>
a { background-color: #F9A93B; }
a { background-color: rgb(249,169,59); }
div.DivClassName
{
background-color: #F9A93B;
}
.BgClassName
{
background-color: #F9A93B;
}
</style>
border-color css
<style>
span { border-color: #F9A93B; }
span { border-color: rgb(249,169,59); }
td.TdClassName
{
border-color: #F9A93B;
}
.TagClassName
{
border-color: #F9A93B;
}
</style>