Shades of Golden Poppy #FFC40D
Tints of Golden Poppy #FFC40D
RGB
CMYK
RGB Variations
Color information
#FFC40D (or 0xFFC40D) is known color: Golden Poppy. HEX triplet: FF, C4 and 0D. RGB value is (255,196,13). Sum of RGB (Red+Green+Blue) = 255+196+13=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 13 (5.47% from 255 or 2.80% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC40D is #003BF2. Grayscale: #C1C1C1. Windows color (decimal): -15347 or 902399. OLE color: 902399.
HSL color Cylindrical-coordinate representation of color #FFC40D: hue angle of 45.37º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFC40D is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 13 | - |
| CMYK | 0 | 0.23 | 0.95 | 0 |
| HSL | 45.37º | 1% | 0.53% | - |
| HSV(B) | 45.37º | 0.95% | 1% | - |
| XYZ | 61.05 | 60.77 | 8.89 | - |
| YUV | 192.78 | 26.55 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 13 | 0 | 0.23 | 0.95 | 0 | 45.37 | 1 | 0.53 |
| Hex | FF | C4 | D | 0 | 17 | 5F | 0 | 2D | 64 | 35 |
| Octal | 377 | 304 | 15 | 0 | 27 | 137 | 0 | 55 | 144 | 65 |
| Binary | 11111111 | 11000100 | 1101 | 0 | 10111 | 1011111 | 0 | 101101 | 1100100 | 110101 |
Color Harmonies of #FFC40D
Complementary color
Monochromatic Colors of #FFC40D
Black with #FFC40D
Text Example
Text Example
White with #FFC40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC40D; }
p { color: rgb(255,196,13); }
H1.HeaderClassName
{
color: #FFC40D;
}
.AnyTagClassName
{
color: #FFC40D;
}
</style>
background-color css
<style>
a { background-color: #FFC40D; }
a { background-color: rgb(255,196,13); }
div.DivClassName
{
background-color: #FFC40D;
}
.BgClassName
{
background-color: #FFC40D;
}
</style>
border-color css
<style>
span { border-color: #FFC40D; }
span { border-color: rgb(255,196,13); }
td.TdClassName
{
border-color: #FFC40D;
}
.TagClassName
{
border-color: #FFC40D;
}
</style>