Shades of Orange #FDA701
Tints of Orange #FDA701
RGB
CMYK
RGB Variations
Color information
#FDA701 (or 0xFDA701) is known color: Orange. HEX triplet: FD, A7 and 01. RGB value is (253,167,1). Sum of RGB (Red+Green+Blue) = 253+167+1=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA701 is #0258FE. Grayscale: #AEAEAE. Windows color (decimal): -153855 or 108541. OLE color: 108541.
HSL color Cylindrical-coordinate representation of color #FDA701: hue angle of 39.52º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDA701 is Cyan = 0, Magento = 0.34, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 167 | 1 | - |
| CMYK | 0 | 0.34 | 1.00 | 0.01 |
| HSL | 39.52º | 0.99% | 0.5% | - |
| HSV(B) | 39.52º | 1% | 0.99% | - |
| XYZ | 54.33 | 48.52 | 6.53 | - |
| YUV | 173.79 | 30.49 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 167 | 1 | 0 | 0.34 | 1.00 | 0.01 | 39.52 | 0.99 | 0.5 |
| Hex | FD | A7 | 1 | 0 | 22 | 64 | 1 | 28 | 63 | 32 |
| Octal | 375 | 247 | 1 | 0 | 42 | 144 | 1 | 50 | 143 | 62 |
| Binary | 11111101 | 10100111 | 1 | 0 | 100010 | 1100100 | 1 | 101000 | 1100011 | 110010 |
Color Harmonies of #FDA701
Complementary color
Monochromatic Colors of #FDA701
Black with #FDA701
Text Example
Text Example
White with #FDA701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA701; }
p { color: rgb(253,167,1); }
H1.HeaderClassName
{
color: #FDA701;
}
.AnyTagClassName
{
color: #FDA701;
}
</style>
background-color css
<style>
a { background-color: #FDA701; }
a { background-color: rgb(253,167,1); }
div.DivClassName
{
background-color: #FDA701;
}
.BgClassName
{
background-color: #FDA701;
}
</style>
border-color css
<style>
span { border-color: #FDA701; }
span { border-color: rgb(253,167,1); }
td.TdClassName
{
border-color: #FDA701;
}
.TagClassName
{
border-color: #FDA701;
}
</style>