Shades of Orange #FAA505
Tints of Orange #FAA505
RGB
CMYK
RGB Variations
Color information
#FAA505 (or 0xFAA505) is known color: Orange. HEX triplet: FA, A5 and 05. RGB value is (250,165,5). Sum of RGB (Red+Green+Blue) = 250+165+5=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA505 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA505 is #055AFA. Grayscale: #ACACAC. Windows color (decimal): -350971 or 370170. OLE color: 370170.
HSL color Cylindrical-coordinate representation of color #FAA505: hue angle of 39.18º degrees, saturation: 0.96, 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 #FAA505 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 5 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.02 |
| HSL | 39.18º | 0.96% | 0.5% | - |
| HSV(B) | 39.18º | 0.98% | 0.98% | - |
| XYZ | 52.91 | 47.25 | 6.47 | - |
| YUV | 172.18 | 33.66 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 5 | 0 | 0.34 | 0.98 | 0.02 | 39.18 | 0.96 | 0.5 |
| Hex | FA | A5 | 5 | 0 | 22 | 62 | 2 | 27 | 60 | 32 |
| Octal | 372 | 245 | 5 | 0 | 42 | 142 | 2 | 47 | 140 | 62 |
| Binary | 11111010 | 10100101 | 101 | 0 | 100010 | 1100010 | 10 | 100111 | 1100000 | 110010 |
Color Harmonies of #FAA505
Complementary color
Monochromatic Colors of #FAA505
Black with #FAA505
Text Example
Text Example
White with #FAA505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA505; }
p { color: rgb(250,165,5); }
H1.HeaderClassName
{
color: #FAA505;
}
.AnyTagClassName
{
color: #FAA505;
}
</style>
background-color css
<style>
a { background-color: #FAA505; }
a { background-color: rgb(250,165,5); }
div.DivClassName
{
background-color: #FAA505;
}
.BgClassName
{
background-color: #FAA505;
}
</style>
border-color css
<style>
span { border-color: #FAA505; }
span { border-color: rgb(250,165,5); }
td.TdClassName
{
border-color: #FAA505;
}
.TagClassName
{
border-color: #FAA505;
}
</style>