Shades of Yellow Orange #F9AA3C
Tints of Yellow Orange #F9AA3C
RGB
CMYK
RGB Variations
Color information
#F9AA3C (or 0xF9AA3C) is known color: Yellow Orange. HEX triplet: F9, AA and 3C. RGB value is (249,170,60). Sum of RGB (Red+Green+Blue) = 249+170+60=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 60 (23.83% from 255 or 12.53% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AA3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AA3C is #0655C3. Grayscale: #B5B5B5. Windows color (decimal): -415172 or 3975929. OLE color: 3975929.
HSL color Cylindrical-coordinate representation of color #F9AA3C: hue angle of 34.92º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9AA3C is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 170 | 60 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.02 |
| HSL | 34.92º | 0.94% | 0.61% | - |
| HSV(B) | 34.92º | 0.76% | 0.98% | - |
| XYZ | 54.26 | 49.22 | 10.91 | - |
| YUV | 181.08 | 59.67 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 170 | 60 | 0 | 0.32 | 0.76 | 0.02 | 34.92 | 0.94 | 0.61 |
| Hex | F9 | AA | 3C | 0 | 20 | 4C | 2 | 23 | 5E | 3D |
| Octal | 371 | 252 | 74 | 0 | 40 | 114 | 2 | 43 | 136 | 75 |
| Binary | 11111001 | 10101010 | 111100 | 0 | 100000 | 1001100 | 10 | 100011 | 1011110 | 111101 |
Color Harmonies of #F9AA3C
Complementary color
Monochromatic Colors of #F9AA3C
Black with #F9AA3C
Text Example
Text Example
White with #F9AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AA3C; }
p { color: rgb(249,170,60); }
H1.HeaderClassName
{
color: #F9AA3C;
}
.AnyTagClassName
{
color: #F9AA3C;
}
</style>
background-color css
<style>
a { background-color: #F9AA3C; }
a { background-color: rgb(249,170,60); }
div.DivClassName
{
background-color: #F9AA3C;
}
.BgClassName
{
background-color: #F9AA3C;
}
</style>
border-color css
<style>
span { border-color: #F9AA3C; }
span { border-color: rgb(249,170,60); }
td.TdClassName
{
border-color: #F9AA3C;
}
.TagClassName
{
border-color: #F9AA3C;
}
</style>