Shades of Orange #FDA505
Tints of Orange #FDA505
RGB
CMYK
RGB Variations
Color information
#FDA505 (or 0xFDA505) is known color: Orange. HEX triplet: FD, A5 and 05. RGB value is (253,165,5). Sum of RGB (Red+Green+Blue) = 253+165+5=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 5 (2.34% from 255 or 1.18% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA505 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA505 is #025AFA. Grayscale: #ADADAD. Windows color (decimal): -154363 or 370173. OLE color: 370173.
HSL color Cylindrical-coordinate representation of color #FDA505: hue angle of 38.71º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDA505 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 5 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.01 |
| HSL | 38.71º | 0.98% | 0.51% | - |
| HSV(B) | 38.71º | 0.98% | 0.99% | - |
| XYZ | 53.99 | 47.8 | 6.53 | - |
| YUV | 173.07 | 33.15 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 5 | 0 | 0.35 | 0.98 | 0.01 | 38.71 | 0.98 | 0.51 |
| Hex | FD | A5 | 5 | 0 | 23 | 62 | 1 | 27 | 62 | 33 |
| Octal | 375 | 245 | 5 | 0 | 43 | 142 | 1 | 47 | 142 | 63 |
| Binary | 11111101 | 10100101 | 101 | 0 | 100011 | 1100010 | 1 | 100111 | 1100010 | 110011 |
Color Harmonies of #FDA505
Complementary color
Monochromatic Colors of #FDA505
Black with #FDA505
Text Example
Text Example
White with #FDA505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA505; }
p { color: rgb(253,165,5); }
H1.HeaderClassName
{
color: #FDA505;
}
.AnyTagClassName
{
color: #FDA505;
}
</style>
background-color css
<style>
a { background-color: #FDA505; }
a { background-color: rgb(253,165,5); }
div.DivClassName
{
background-color: #FDA505;
}
.BgClassName
{
background-color: #FDA505;
}
</style>
border-color css
<style>
span { border-color: #FDA505; }
span { border-color: rgb(253,165,5); }
td.TdClassName
{
border-color: #FDA505;
}
.TagClassName
{
border-color: #FDA505;
}
</style>