Shades of Golden Poppy #FDC40B
Tints of Golden Poppy #FDC40B
RGB
CMYK
RGB Variations
Color information
#FDC40B (or 0xFDC40B) is known color: Golden Poppy. HEX triplet: FD, C4 and 0B. RGB value is (253,196,11). Sum of RGB (Red+Green+Blue) = 253+196+11=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 11 (4.69% from 255 or 2.39% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC40B is #023BF4. Grayscale: #C0C0C0. Windows color (decimal): -146421 or 771325. OLE color: 771325.
HSL color Cylindrical-coordinate representation of color #FDC40B: hue angle of 45.87º 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 #FDC40B is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 11 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.01 |
| HSL | 45.87º | 0.98% | 0.52% | - |
| HSV(B) | 45.87º | 0.96% | 0.99% | - |
| XYZ | 60.31 | 60.39 | 8.79 | - |
| YUV | 191.95 | 25.88 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 11 | 0 | 0.23 | 0.96 | 0.01 | 45.87 | 0.98 | 0.52 |
| Hex | FD | C4 | B | 0 | 17 | 60 | 1 | 2E | 62 | 34 |
| Octal | 375 | 304 | 13 | 0 | 27 | 140 | 1 | 56 | 142 | 64 |
| Binary | 11111101 | 11000100 | 1011 | 0 | 10111 | 1100000 | 1 | 101110 | 1100010 | 110100 |
Color Harmonies of #FDC40B
Complementary color
Monochromatic Colors of #FDC40B
Black with #FDC40B
Text Example
Text Example
White with #FDC40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC40B; }
p { color: rgb(253,196,11); }
H1.HeaderClassName
{
color: #FDC40B;
}
.AnyTagClassName
{
color: #FDC40B;
}
</style>
background-color css
<style>
a { background-color: #FDC40B; }
a { background-color: rgb(253,196,11); }
div.DivClassName
{
background-color: #FDC40B;
}
.BgClassName
{
background-color: #FDC40B;
}
</style>
border-color css
<style>
span { border-color: #FDC40B; }
span { border-color: rgb(253,196,11); }
td.TdClassName
{
border-color: #FDC40B;
}
.TagClassName
{
border-color: #FDC40B;
}
</style>