Shades of Orange #FDA902
Tints of Orange #FDA902
RGB
CMYK
RGB Variations
Color information
#FDA902 (or 0xFDA902) is known color: Orange. HEX triplet: FD, A9 and 02. RGB value is (253,169,2). Sum of RGB (Red+Green+Blue) = 253+169+2=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 2 (1.17% from 255 or 0.47% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA902 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA902 is #0256FD. Grayscale: #AFAFAF. Windows color (decimal): -153342 or 174589. OLE color: 174589.
HSL color Cylindrical-coordinate representation of color #FDA902: hue angle of 39.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDA902 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.01 |
| HSL | 39.92º | 0.98% | 0.5% | - |
| HSV(B) | 39.92º | 0.99% | 0.99% | - |
| XYZ | 54.71 | 49.26 | 6.68 | - |
| YUV | 175.08 | 30.33 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 2 | 0 | 0.33 | 0.99 | 0.01 | 39.92 | 0.98 | 0.5 |
| Hex | FD | A9 | 2 | 0 | 21 | 63 | 1 | 28 | 62 | 32 |
| Octal | 375 | 251 | 2 | 0 | 41 | 143 | 1 | 50 | 142 | 62 |
| Binary | 11111101 | 10101001 | 10 | 0 | 100001 | 1100011 | 1 | 101000 | 1100010 | 110010 |
Color Harmonies of #FDA902
Complementary color
Monochromatic Colors of #FDA902
Black with #FDA902
Text Example
Text Example
White with #FDA902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA902; }
p { color: rgb(253,169,2); }
H1.HeaderClassName
{
color: #FDA902;
}
.AnyTagClassName
{
color: #FDA902;
}
</style>
background-color css
<style>
a { background-color: #FDA902; }
a { background-color: rgb(253,169,2); }
div.DivClassName
{
background-color: #FDA902;
}
.BgClassName
{
background-color: #FDA902;
}
</style>
border-color css
<style>
span { border-color: #FDA902; }
span { border-color: rgb(253,169,2); }
td.TdClassName
{
border-color: #FDA902;
}
.TagClassName
{
border-color: #FDA902;
}
</style>