Shades of Golden Poppy #FDC703
Tints of Golden Poppy #FDC703
RGB
CMYK
RGB Variations
Color information
#FDC703 (or 0xFDC703) is known color: Golden Poppy. HEX triplet: FD, C7 and 03. RGB value is (253,199,3). Sum of RGB (Red+Green+Blue) = 253+199+3=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 3 (1.56% from 255 or 0.66% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC703 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC703 is #0238FC. Grayscale: #C1C1C1. Windows color (decimal): -145661 or 247805. OLE color: 247805.
HSL color Cylindrical-coordinate representation of color #FDC703: hue angle of 47.04º 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 #FDC703 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 3 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.01 |
| HSL | 47.04º | 0.98% | 0.5% | - |
| HSV(B) | 47.04º | 0.99% | 0.99% | - |
| XYZ | 60.95 | 61.74 | 8.79 | - |
| YUV | 192.8 | 20.89 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 3 | 0 | 0.21 | 0.99 | 0.01 | 47.04 | 0.98 | 0.5 |
| Hex | FD | C7 | 3 | 0 | 15 | 63 | 1 | 2F | 62 | 32 |
| Octal | 375 | 307 | 3 | 0 | 25 | 143 | 1 | 57 | 142 | 62 |
| Binary | 11111101 | 11000111 | 11 | 0 | 10101 | 1100011 | 1 | 101111 | 1100010 | 110010 |
Color Harmonies of #FDC703
Complementary color
Monochromatic Colors of #FDC703
Black with #FDC703
Text Example
Text Example
White with #FDC703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC703; }
p { color: rgb(253,199,3); }
H1.HeaderClassName
{
color: #FDC703;
}
.AnyTagClassName
{
color: #FDC703;
}
</style>
background-color css
<style>
a { background-color: #FDC703; }
a { background-color: rgb(253,199,3); }
div.DivClassName
{
background-color: #FDC703;
}
.BgClassName
{
background-color: #FDC703;
}
</style>
border-color css
<style>
span { border-color: #FDC703; }
span { border-color: rgb(253,199,3); }
td.TdClassName
{
border-color: #FDC703;
}
.TagClassName
{
border-color: #FDC703;
}
</style>