Shades of Orange #FAA501
Tints of Orange #FAA501
RGB
CMYK
RGB Variations
Color information
#FAA501 (or 0xFAA501) is known color: Orange. HEX triplet: FA, A5 and 01. RGB value is (250,165,1). Sum of RGB (Red+Green+Blue) = 250+165+1=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA501 is #055AFE. Grayscale: #ACACAC. Windows color (decimal): -350975 or 108026. OLE color: 108026.
HSL color Cylindrical-coordinate representation of color #FAA501: hue angle of 39.52º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAA501 is Cyan = 0, Magento = 0.34, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 1 | - |
| CMYK | 0 | 0.34 | 1.00 | 0.02 |
| HSL | 39.52º | 0.99% | 0.49% | - |
| HSV(B) | 39.52º | 1% | 0.98% | - |
| XYZ | 52.88 | 47.24 | 6.36 | - |
| YUV | 171.72 | 31.66 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 1 | 0 | 0.34 | 1.00 | 0.02 | 39.52 | 0.99 | 0.49 |
| Hex | FA | A5 | 1 | 0 | 22 | 64 | 2 | 28 | 63 | 31 |
| Octal | 372 | 245 | 1 | 0 | 42 | 144 | 2 | 50 | 143 | 61 |
| Binary | 11111010 | 10100101 | 1 | 0 | 100010 | 1100100 | 10 | 101000 | 1100011 | 110001 |
Color Harmonies of #FAA501
Complementary color
Monochromatic Colors of #FAA501
Black with #FAA501
Text Example
Text Example
White with #FAA501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA501; }
p { color: rgb(250,165,1); }
H1.HeaderClassName
{
color: #FAA501;
}
.AnyTagClassName
{
color: #FAA501;
}
</style>
background-color css
<style>
a { background-color: #FAA501; }
a { background-color: rgb(250,165,1); }
div.DivClassName
{
background-color: #FAA501;
}
.BgClassName
{
background-color: #FAA501;
}
</style>
border-color css
<style>
span { border-color: #FAA501; }
span { border-color: rgb(250,165,1); }
td.TdClassName
{
border-color: #FAA501;
}
.TagClassName
{
border-color: #FAA501;
}
</style>