Shades of Golden Poppy #FFC60D
Tints of Golden Poppy #FFC60D
RGB
CMYK
RGB Variations
Color information
#FFC60D (or 0xFFC60D) is known color: Golden Poppy. HEX triplet: FF, C6 and 0D. RGB value is (255,198,13). Sum of RGB (Red+Green+Blue) = 255+198+13=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 13 (5.47% from 255 or 2.79% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC60D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC60D is #0039F2. Grayscale: #C2C2C2. Windows color (decimal): -14835 or 902911. OLE color: 902911.
HSL color Cylindrical-coordinate representation of color #FFC60D: hue angle of 45.87º 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 #FFC60D is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 13 | - |
| CMYK | 0 | 0.22 | 0.95 | 0 |
| HSL | 45.87º | 1% | 0.53% | - |
| HSV(B) | 45.87º | 0.95% | 1% | - |
| XYZ | 61.51 | 61.68 | 9.04 | - |
| YUV | 193.95 | 25.88 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 13 | 0 | 0.22 | 0.95 | 0 | 45.87 | 1 | 0.53 |
| Hex | FF | C6 | D | 0 | 16 | 5F | 0 | 2E | 64 | 35 |
| Octal | 377 | 306 | 15 | 0 | 26 | 137 | 0 | 56 | 144 | 65 |
| Binary | 11111111 | 11000110 | 1101 | 0 | 10110 | 1011111 | 0 | 101110 | 1100100 | 110101 |
Color Harmonies of #FFC60D
Complementary color
Monochromatic Colors of #FFC60D
Black with #FFC60D
Text Example
Text Example
White with #FFC60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC60D; }
p { color: rgb(255,198,13); }
H1.HeaderClassName
{
color: #FFC60D;
}
.AnyTagClassName
{
color: #FFC60D;
}
</style>
background-color css
<style>
a { background-color: #FFC60D; }
a { background-color: rgb(255,198,13); }
div.DivClassName
{
background-color: #FFC60D;
}
.BgClassName
{
background-color: #FFC60D;
}
</style>
border-color css
<style>
span { border-color: #FFC60D; }
span { border-color: rgb(255,198,13); }
td.TdClassName
{
border-color: #FFC60D;
}
.TagClassName
{
border-color: #FFC60D;
}
</style>