Shades of Orange #FDA404
Tints of Orange #FDA404
RGB
CMYK
RGB Variations
Color information
#FDA404 (or 0xFDA404) is known color: Orange. HEX triplet: FD, A4 and 04. RGB value is (253,164,4). Sum of RGB (Red+Green+Blue) = 253+164+4=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 4 (1.95% from 255 or 0.95% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA404 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA404 is #025BFB. Grayscale: #ADADAD. Windows color (decimal): -154620 or 304381. OLE color: 304381.
HSL color Cylindrical-coordinate representation of color #FDA404: hue angle of 38.55º 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 #FDA404 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 4 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.01 |
| HSL | 38.55º | 0.98% | 0.5% | - |
| HSV(B) | 38.55º | 0.98% | 0.99% | - |
| XYZ | 53.81 | 47.44 | 6.44 | - |
| YUV | 172.37 | 32.99 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 4 | 0 | 0.35 | 0.98 | 0.01 | 38.55 | 0.98 | 0.5 |
| Hex | FD | A4 | 4 | 0 | 23 | 62 | 1 | 27 | 62 | 32 |
| Octal | 375 | 244 | 4 | 0 | 43 | 142 | 1 | 47 | 142 | 62 |
| Binary | 11111101 | 10100100 | 100 | 0 | 100011 | 1100010 | 1 | 100111 | 1100010 | 110010 |
Color Harmonies of #FDA404
Complementary color
Monochromatic Colors of #FDA404
Black with #FDA404
Text Example
Text Example
White with #FDA404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA404; }
p { color: rgb(253,164,4); }
H1.HeaderClassName
{
color: #FDA404;
}
.AnyTagClassName
{
color: #FDA404;
}
</style>
background-color css
<style>
a { background-color: #FDA404; }
a { background-color: rgb(253,164,4); }
div.DivClassName
{
background-color: #FDA404;
}
.BgClassName
{
background-color: #FDA404;
}
</style>
border-color css
<style>
span { border-color: #FDA404; }
span { border-color: rgb(253,164,4); }
td.TdClassName
{
border-color: #FDA404;
}
.TagClassName
{
border-color: #FDA404;
}
</style>