Shades of Orange #FDAC03
Tints of Orange #FDAC03
RGB
CMYK
RGB Variations
Color information
#FDAC03 (or 0xFDAC03) is known color: Orange. HEX triplet: FD, AC and 03. RGB value is (253,172,3). Sum of RGB (Red+Green+Blue) = 253+172+3=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 3 (1.56% from 255 or 0.70% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAC03 is #0253FC. Grayscale: #B1B1B1. Windows color (decimal): -152573 or 240893. OLE color: 240893.
HSL color Cylindrical-coordinate representation of color #FDAC03: hue angle of 40.56º 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 #FDAC03 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 3 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.01 |
| HSL | 40.56º | 0.98% | 0.5% | - |
| HSV(B) | 40.56º | 0.99% | 0.99% | - |
| XYZ | 55.28 | 50.39 | 6.9 | - |
| YUV | 176.95 | 29.84 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 3 | 0 | 0.32 | 0.99 | 0.01 | 40.56 | 0.98 | 0.5 |
| Hex | FD | AC | 3 | 0 | 20 | 63 | 1 | 29 | 62 | 32 |
| Octal | 375 | 254 | 3 | 0 | 40 | 143 | 1 | 51 | 142 | 62 |
| Binary | 11111101 | 10101100 | 11 | 0 | 100000 | 1100011 | 1 | 101001 | 1100010 | 110010 |
Color Harmonies of #FDAC03
Complementary color
Monochromatic Colors of #FDAC03
Black with #FDAC03
Text Example
Text Example
White with #FDAC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAC03; }
p { color: rgb(253,172,3); }
H1.HeaderClassName
{
color: #FDAC03;
}
.AnyTagClassName
{
color: #FDAC03;
}
</style>
background-color css
<style>
a { background-color: #FDAC03; }
a { background-color: rgb(253,172,3); }
div.DivClassName
{
background-color: #FDAC03;
}
.BgClassName
{
background-color: #FDAC03;
}
</style>
border-color css
<style>
span { border-color: #FDAC03; }
span { border-color: rgb(253,172,3); }
td.TdClassName
{
border-color: #FDAC03;
}
.TagClassName
{
border-color: #FDAC03;
}
</style>