Shades of Orange #FDA407
Tints of Orange #FDA407
RGB
CMYK
RGB Variations
Color information
#FDA407 (or 0xFDA407) is known color: Orange. HEX triplet: FD, A4 and 07. RGB value is (253,164,7). Sum of RGB (Red+Green+Blue) = 253+164+7=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 7 (3.12% from 255 or 1.65% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA407 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA407 is #025BF8. Grayscale: #ADADAD. Windows color (decimal): -154617 or 500989. OLE color: 500989.
HSL color Cylindrical-coordinate representation of color #FDA407: hue angle of 38.29º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FDA407 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 7 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.01 |
| HSL | 38.29º | 0.98% | 0.51% | - |
| HSV(B) | 38.29º | 0.97% | 0.99% | - |
| XYZ | 53.82 | 47.45 | 6.52 | - |
| YUV | 172.71 | 34.49 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 7 | 0 | 0.35 | 0.97 | 0.01 | 38.29 | 0.98 | 0.51 |
| Hex | FD | A4 | 7 | 0 | 23 | 61 | 1 | 26 | 62 | 33 |
| Octal | 375 | 244 | 7 | 0 | 43 | 141 | 1 | 46 | 142 | 63 |
| Binary | 11111101 | 10100100 | 111 | 0 | 100011 | 1100001 | 1 | 100110 | 1100010 | 110011 |
Color Harmonies of #FDA407
Complementary color
Monochromatic Colors of #FDA407
Black with #FDA407
Text Example
Text Example
White with #FDA407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA407; }
p { color: rgb(253,164,7); }
H1.HeaderClassName
{
color: #FDA407;
}
.AnyTagClassName
{
color: #FDA407;
}
</style>
background-color css
<style>
a { background-color: #FDA407; }
a { background-color: rgb(253,164,7); }
div.DivClassName
{
background-color: #FDA407;
}
.BgClassName
{
background-color: #FDA407;
}
</style>
border-color css
<style>
span { border-color: #FDA407; }
span { border-color: rgb(253,164,7); }
td.TdClassName
{
border-color: #FDA407;
}
.TagClassName
{
border-color: #FDA407;
}
</style>