Shades of Orange #FDA802
Tints of Orange #FDA802
RGB
CMYK
RGB Variations
Color information
#FDA802 (or 0xFDA802) is known color: Orange. HEX triplet: FD, A8 and 02. RGB value is (253,168,2). Sum of RGB (Red+Green+Blue) = 253+168+2=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 2 (1.17% from 255 or 0.47% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA802 is #0257FD. Grayscale: #AFAFAF. Windows color (decimal): -153598 or 174333. OLE color: 174333.
HSL color Cylindrical-coordinate representation of color #FDA802: hue angle of 39.68º 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 #FDA802 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.01 |
| HSL | 39.68º | 0.98% | 0.5% | - |
| HSV(B) | 39.68º | 0.99% | 0.99% | - |
| XYZ | 54.52 | 48.89 | 6.62 | - |
| YUV | 174.49 | 30.66 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 2 | 0 | 0.34 | 0.99 | 0.01 | 39.68 | 0.98 | 0.5 |
| Hex | FD | A8 | 2 | 0 | 22 | 63 | 1 | 28 | 62 | 32 |
| Octal | 375 | 250 | 2 | 0 | 42 | 143 | 1 | 50 | 142 | 62 |
| Binary | 11111101 | 10101000 | 10 | 0 | 100010 | 1100011 | 1 | 101000 | 1100010 | 110010 |
Color Harmonies of #FDA802
Complementary color
Monochromatic Colors of #FDA802
Black with #FDA802
Text Example
Text Example
White with #FDA802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA802; }
p { color: rgb(253,168,2); }
H1.HeaderClassName
{
color: #FDA802;
}
.AnyTagClassName
{
color: #FDA802;
}
</style>
background-color css
<style>
a { background-color: #FDA802; }
a { background-color: rgb(253,168,2); }
div.DivClassName
{
background-color: #FDA802;
}
.BgClassName
{
background-color: #FDA802;
}
</style>
border-color css
<style>
span { border-color: #FDA802; }
span { border-color: rgb(253,168,2); }
td.TdClassName
{
border-color: #FDA802;
}
.TagClassName
{
border-color: #FDA802;
}
</style>