Shades of Orange #FDA706
Tints of Orange #FDA706
RGB
CMYK
RGB Variations
Color information
#FDA706 (or 0xFDA706) is known color: Orange. HEX triplet: FD, A7 and 06. RGB value is (253,167,6). Sum of RGB (Red+Green+Blue) = 253+167+6=426 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.39% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 6 (2.73% from 255 or 1.41% from 426); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA706 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA706 is #0258F9. Grayscale: #AFAFAF. Windows color (decimal): -153850 or 436221. OLE color: 436221.
HSL color Cylindrical-coordinate representation of color #FDA706: hue angle of 39.11º 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 #FDA706 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 167 | 6 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.01 |
| HSL | 39.11º | 0.98% | 0.51% | - |
| HSV(B) | 39.11º | 0.98% | 0.99% | - |
| XYZ | 54.36 | 48.53 | 6.68 | - |
| YUV | 174.36 | 32.99 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 167 | 6 | 0 | 0.34 | 0.98 | 0.01 | 39.11 | 0.98 | 0.51 |
| Hex | FD | A7 | 6 | 0 | 22 | 62 | 1 | 27 | 62 | 33 |
| Octal | 375 | 247 | 6 | 0 | 42 | 142 | 1 | 47 | 142 | 63 |
| Binary | 11111101 | 10100111 | 110 | 0 | 100010 | 1100010 | 1 | 100111 | 1100010 | 110011 |
Color Harmonies of #FDA706
Complementary color
Monochromatic Colors of #FDA706
Black with #FDA706
Text Example
Text Example
White with #FDA706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA706; }
p { color: rgb(253,167,6); }
H1.HeaderClassName
{
color: #FDA706;
}
.AnyTagClassName
{
color: #FDA706;
}
</style>
background-color css
<style>
a { background-color: #FDA706; }
a { background-color: rgb(253,167,6); }
div.DivClassName
{
background-color: #FDA706;
}
.BgClassName
{
background-color: #FDA706;
}
</style>
border-color css
<style>
span { border-color: #FDA706; }
span { border-color: rgb(253,167,6); }
td.TdClassName
{
border-color: #FDA706;
}
.TagClassName
{
border-color: #FDA706;
}
</style>