Shades of Orange #FDA504
Tints of Orange #FDA504
RGB
CMYK
RGB Variations
Color information
#FDA504 (or 0xFDA504) is known color: Orange. HEX triplet: FD, A5 and 04. RGB value is (253,165,4). Sum of RGB (Red+Green+Blue) = 253+165+4=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 4 (1.95% from 255 or 0.95% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA504 is #025AFB. Grayscale: #ADADAD. Windows color (decimal): -154364 or 304637. OLE color: 304637.
HSL color Cylindrical-coordinate representation of color #FDA504: hue angle of 38.8º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDA504 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 4 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.01 |
| HSL | 38.8º | 0.98% | 0.5% | - |
| HSV(B) | 38.8º | 0.98% | 0.99% | - |
| XYZ | 53.99 | 47.8 | 6.5 | - |
| YUV | 172.96 | 32.65 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 4 | 0 | 0.35 | 0.98 | 0.01 | 38.8 | 0.98 | 0.5 |
| Hex | FD | A5 | 4 | 0 | 23 | 62 | 1 | 27 | 62 | 32 |
| Octal | 375 | 245 | 4 | 0 | 43 | 142 | 1 | 47 | 142 | 62 |
| Binary | 11111101 | 10100101 | 100 | 0 | 100011 | 1100010 | 1 | 100111 | 1100010 | 110010 |
Color Harmonies of #FDA504
Complementary color
Monochromatic Colors of #FDA504
Black with #FDA504
Text Example
Text Example
White with #FDA504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA504; }
p { color: rgb(253,165,4); }
H1.HeaderClassName
{
color: #FDA504;
}
.AnyTagClassName
{
color: #FDA504;
}
</style>
background-color css
<style>
a { background-color: #FDA504; }
a { background-color: rgb(253,165,4); }
div.DivClassName
{
background-color: #FDA504;
}
.BgClassName
{
background-color: #FDA504;
}
</style>
border-color css
<style>
span { border-color: #FDA504; }
span { border-color: rgb(253,165,4); }
td.TdClassName
{
border-color: #FDA504;
}
.TagClassName
{
border-color: #FDA504;
}
</style>