Shades of Golden Poppy #FDC70B
Tints of Golden Poppy #FDC70B
RGB
CMYK
RGB Variations
Color information
#FDC70B (or 0xFDC70B) is known color: Golden Poppy. HEX triplet: FD, C7 and 0B. RGB value is (253,199,11). Sum of RGB (Red+Green+Blue) = 253+199+11=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 11 (4.69% from 255 or 2.38% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC70B is #0238F4. Grayscale: #C2C2C2. Windows color (decimal): -145653 or 772093. OLE color: 772093.
HSL color Cylindrical-coordinate representation of color #FDC70B: hue angle of 46.61º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDC70B is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 11 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.01 |
| HSL | 46.61º | 0.98% | 0.52% | - |
| HSV(B) | 46.61º | 0.96% | 0.99% | - |
| XYZ | 60.99 | 61.75 | 9.02 | - |
| YUV | 193.71 | 24.89 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 11 | 0 | 0.21 | 0.96 | 0.01 | 46.61 | 0.98 | 0.52 |
| Hex | FD | C7 | B | 0 | 15 | 60 | 1 | 2F | 62 | 34 |
| Octal | 375 | 307 | 13 | 0 | 25 | 140 | 1 | 57 | 142 | 64 |
| Binary | 11111101 | 11000111 | 1011 | 0 | 10101 | 1100000 | 1 | 101111 | 1100010 | 110100 |
Color Harmonies of #FDC70B
Complementary color
Monochromatic Colors of #FDC70B
Black with #FDC70B
Text Example
Text Example
White with #FDC70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC70B; }
p { color: rgb(253,199,11); }
H1.HeaderClassName
{
color: #FDC70B;
}
.AnyTagClassName
{
color: #FDC70B;
}
</style>
background-color css
<style>
a { background-color: #FDC70B; }
a { background-color: rgb(253,199,11); }
div.DivClassName
{
background-color: #FDC70B;
}
.BgClassName
{
background-color: #FDC70B;
}
</style>
border-color css
<style>
span { border-color: #FDC70B; }
span { border-color: rgb(253,199,11); }
td.TdClassName
{
border-color: #FDC70B;
}
.TagClassName
{
border-color: #FDC70B;
}
</style>