Shades of Orange #FAA904
Tints of Orange #FAA904
RGB
CMYK
RGB Variations
Color information
#FAA904 (or 0xFAA904) is known color: Orange. HEX triplet: FA, A9 and 04. RGB value is (250,169,4). Sum of RGB (Red+Green+Blue) = 250+169+4=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 4 (1.95% from 255 or 0.95% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA904 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA904 is #0556FB. Grayscale: #AFAFAF. Windows color (decimal): -349948 or 305658. OLE color: 305658.
HSL color Cylindrical-coordinate representation of color #FAA904: hue angle of 40.24º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAA904 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 4 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.02 |
| HSL | 40.24º | 0.97% | 0.5% | - |
| HSV(B) | 40.24º | 0.98% | 0.98% | - |
| XYZ | 53.63 | 48.71 | 6.69 | - |
| YUV | 174.41 | 31.84 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 4 | 0 | 0.32 | 0.98 | 0.02 | 40.24 | 0.97 | 0.5 |
| Hex | FA | A9 | 4 | 0 | 20 | 62 | 2 | 28 | 61 | 32 |
| Octal | 372 | 251 | 4 | 0 | 40 | 142 | 2 | 50 | 141 | 62 |
| Binary | 11111010 | 10101001 | 100 | 0 | 100000 | 1100010 | 10 | 101000 | 1100001 | 110010 |
Color Harmonies of #FAA904
Complementary color
Monochromatic Colors of #FAA904
Black with #FAA904
Text Example
Text Example
White with #FAA904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA904; }
p { color: rgb(250,169,4); }
H1.HeaderClassName
{
color: #FAA904;
}
.AnyTagClassName
{
color: #FAA904;
}
</style>
background-color css
<style>
a { background-color: #FAA904; }
a { background-color: rgb(250,169,4); }
div.DivClassName
{
background-color: #FAA904;
}
.BgClassName
{
background-color: #FAA904;
}
</style>
border-color css
<style>
span { border-color: #FAA904; }
span { border-color: rgb(250,169,4); }
td.TdClassName
{
border-color: #FAA904;
}
.TagClassName
{
border-color: #FAA904;
}
</style>