Shades of Orange #FDA502
Tints of Orange #FDA502
RGB
CMYK
RGB Variations
Color information
#FDA502 (or 0xFDA502) is known color: Orange. HEX triplet: FD, A5 and 02. RGB value is (253,165,2). Sum of RGB (Red+Green+Blue) = 253+165+2=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA502 is #025AFD. Grayscale: #ADADAD. Windows color (decimal): -154366 or 173565. OLE color: 173565.
HSL color Cylindrical-coordinate representation of color #FDA502: hue angle of 38.96º 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 #FDA502 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.01 |
| HSL | 38.96º | 0.98% | 0.5% | - |
| HSV(B) | 38.96º | 0.99% | 0.99% | - |
| XYZ | 53.97 | 47.8 | 6.44 | - |
| YUV | 172.73 | 31.65 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 2 | 0 | 0.35 | 0.99 | 0.01 | 38.96 | 0.98 | 0.5 |
| Hex | FD | A5 | 2 | 0 | 23 | 63 | 1 | 27 | 62 | 32 |
| Octal | 375 | 245 | 2 | 0 | 43 | 143 | 1 | 47 | 142 | 62 |
| Binary | 11111101 | 10100101 | 10 | 0 | 100011 | 1100011 | 1 | 100111 | 1100010 | 110010 |
Color Harmonies of #FDA502
Complementary color
Monochromatic Colors of #FDA502
Black with #FDA502
Text Example
Text Example
White with #FDA502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA502; }
p { color: rgb(253,165,2); }
H1.HeaderClassName
{
color: #FDA502;
}
.AnyTagClassName
{
color: #FDA502;
}
</style>
background-color css
<style>
a { background-color: #FDA502; }
a { background-color: rgb(253,165,2); }
div.DivClassName
{
background-color: #FDA502;
}
.BgClassName
{
background-color: #FDA502;
}
</style>
border-color css
<style>
span { border-color: #FDA502; }
span { border-color: rgb(253,165,2); }
td.TdClassName
{
border-color: #FDA502;
}
.TagClassName
{
border-color: #FDA502;
}
</style>