Shades of Orange #FAA504
Tints of Orange #FAA504
RGB
CMYK
RGB Variations
Color information
#FAA504 (or 0xFAA504) is known color: Orange. HEX triplet: FA, A5 and 04. RGB value is (250,165,4). Sum of RGB (Red+Green+Blue) = 250+165+4=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA504 is #055AFB. Grayscale: #ACACAC. Windows color (decimal): -350972 or 304634. OLE color: 304634.
HSL color Cylindrical-coordinate representation of color #FAA504: hue angle of 39.27º 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 #FAA504 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 4 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.02 |
| HSL | 39.27º | 0.97% | 0.5% | - |
| HSV(B) | 39.27º | 0.98% | 0.98% | - |
| XYZ | 52.9 | 47.24 | 6.45 | - |
| YUV | 172.06 | 33.16 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 4 | 0 | 0.34 | 0.98 | 0.02 | 39.27 | 0.97 | 0.5 |
| Hex | FA | A5 | 4 | 0 | 22 | 62 | 2 | 27 | 61 | 32 |
| Octal | 372 | 245 | 4 | 0 | 42 | 142 | 2 | 47 | 141 | 62 |
| Binary | 11111010 | 10100101 | 100 | 0 | 100010 | 1100010 | 10 | 100111 | 1100001 | 110010 |
Color Harmonies of #FAA504
Complementary color
Monochromatic Colors of #FAA504
Black with #FAA504
Text Example
Text Example
White with #FAA504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA504; }
p { color: rgb(250,165,4); }
H1.HeaderClassName
{
color: #FAA504;
}
.AnyTagClassName
{
color: #FAA504;
}
</style>
background-color css
<style>
a { background-color: #FAA504; }
a { background-color: rgb(250,165,4); }
div.DivClassName
{
background-color: #FAA504;
}
.BgClassName
{
background-color: #FAA504;
}
</style>
border-color css
<style>
span { border-color: #FAA504; }
span { border-color: rgb(250,165,4); }
td.TdClassName
{
border-color: #FAA504;
}
.TagClassName
{
border-color: #FAA504;
}
</style>