Shades of Yellow Orange #F9A83C
Tints of Yellow Orange #F9A83C
RGB
CMYK
RGB Variations
Color information
#F9A83C (or 0xF9A83C) is known color: Yellow Orange. HEX triplet: F9, A8 and 3C. RGB value is (249,168,60). Sum of RGB (Red+Green+Blue) = 249+168+60=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 60 (23.83% from 255 or 12.58% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A83C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A83C is #0657C3. Grayscale: #B4B4B4. Windows color (decimal): -415684 or 3975417. OLE color: 3975417.
HSL color Cylindrical-coordinate representation of color #F9A83C: hue angle of 34.29º 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 #F9A83C is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 168 | 60 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.02 |
| HSL | 34.29º | 0.94% | 0.61% | - |
| HSV(B) | 34.29º | 0.76% | 0.98% | - |
| XYZ | 53.89 | 48.47 | 10.79 | - |
| YUV | 179.91 | 60.34 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 168 | 60 | 0 | 0.33 | 0.76 | 0.02 | 34.29 | 0.94 | 0.61 |
| Hex | F9 | A8 | 3C | 0 | 21 | 4C | 2 | 22 | 5E | 3D |
| Octal | 371 | 250 | 74 | 0 | 41 | 114 | 2 | 42 | 136 | 75 |
| Binary | 11111001 | 10101000 | 111100 | 0 | 100001 | 1001100 | 10 | 100010 | 1011110 | 111101 |
Color Harmonies of #F9A83C
Complementary color
Monochromatic Colors of #F9A83C
Black with #F9A83C
Text Example
Text Example
White with #F9A83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A83C; }
p { color: rgb(249,168,60); }
H1.HeaderClassName
{
color: #F9A83C;
}
.AnyTagClassName
{
color: #F9A83C;
}
</style>
background-color css
<style>
a { background-color: #F9A83C; }
a { background-color: rgb(249,168,60); }
div.DivClassName
{
background-color: #F9A83C;
}
.BgClassName
{
background-color: #F9A83C;
}
</style>
border-color css
<style>
span { border-color: #F9A83C; }
span { border-color: rgb(249,168,60); }
td.TdClassName
{
border-color: #F9A83C;
}
.TagClassName
{
border-color: #F9A83C;
}
</style>