Shades of Orange #FDA305
Tints of Orange #FDA305
RGB
CMYK
RGB Variations
Color information
#FDA305 (or 0xFDA305) is known color: Orange. HEX triplet: FD, A3 and 05. RGB value is (253,163,5). Sum of RGB (Red+Green+Blue) = 253+163+5=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 5 (2.34% from 255 or 1.19% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA305 is #025CFA. Grayscale: #ACACAC. Windows color (decimal): -154875 or 369661. OLE color: 369661.
HSL color Cylindrical-coordinate representation of color #FDA305: hue angle of 38.23º 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 #FDA305 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 5 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.01 |
| HSL | 38.23º | 0.98% | 0.51% | - |
| HSV(B) | 38.23º | 0.98% | 0.99% | - |
| XYZ | 53.63 | 47.09 | 6.41 | - |
| YUV | 171.9 | 33.82 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 5 | 0 | 0.36 | 0.98 | 0.01 | 38.23 | 0.98 | 0.51 |
| Hex | FD | A3 | 5 | 0 | 24 | 62 | 1 | 26 | 62 | 33 |
| Octal | 375 | 243 | 5 | 0 | 44 | 142 | 1 | 46 | 142 | 63 |
| Binary | 11111101 | 10100011 | 101 | 0 | 100100 | 1100010 | 1 | 100110 | 1100010 | 110011 |
Color Harmonies of #FDA305
Complementary color
Monochromatic Colors of #FDA305
Black with #FDA305
Text Example
Text Example
White with #FDA305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA305; }
p { color: rgb(253,163,5); }
H1.HeaderClassName
{
color: #FDA305;
}
.AnyTagClassName
{
color: #FDA305;
}
</style>
background-color css
<style>
a { background-color: #FDA305; }
a { background-color: rgb(253,163,5); }
div.DivClassName
{
background-color: #FDA305;
}
.BgClassName
{
background-color: #FDA305;
}
</style>
border-color css
<style>
span { border-color: #FDA305; }
span { border-color: rgb(253,163,5); }
td.TdClassName
{
border-color: #FDA305;
}
.TagClassName
{
border-color: #FDA305;
}
</style>