Shades of Golden Poppy #FFC60F
Tints of Golden Poppy #FFC60F
RGB
CMYK
RGB Variations
Color information
#FFC60F (or 0xFFC60F) is known color: Golden Poppy. HEX triplet: FF, C6 and 0F. RGB value is (255,198,15). Sum of RGB (Red+Green+Blue) = 255+198+15=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 15 (6.25% from 255 or 3.21% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC60F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC60F is #0039F0. Grayscale: #C2C2C2. Windows color (decimal): -14833 or 1033983. OLE color: 1033983.
HSL color Cylindrical-coordinate representation of color #FFC60F: hue angle of 45.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFC60F is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 15 | - |
| CMYK | 0 | 0.22 | 0.94 | 0 |
| HSL | 45.75º | 1% | 0.53% | - |
| HSV(B) | 45.75º | 0.94% | 1% | - |
| XYZ | 61.52 | 61.68 | 9.12 | - |
| YUV | 194.18 | 26.88 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 15 | 0 | 0.22 | 0.94 | 0 | 45.75 | 1 | 0.53 |
| Hex | FF | C6 | F | 0 | 16 | 5E | 0 | 2E | 64 | 35 |
| Octal | 377 | 306 | 17 | 0 | 26 | 136 | 0 | 56 | 144 | 65 |
| Binary | 11111111 | 11000110 | 1111 | 0 | 10110 | 1011110 | 0 | 101110 | 1100100 | 110101 |
Color Harmonies of #FFC60F
Complementary color
Monochromatic Colors of #FFC60F
Black with #FFC60F
Text Example
Text Example
White with #FFC60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC60F; }
p { color: rgb(255,198,15); }
H1.HeaderClassName
{
color: #FFC60F;
}
.AnyTagClassName
{
color: #FFC60F;
}
</style>
background-color css
<style>
a { background-color: #FFC60F; }
a { background-color: rgb(255,198,15); }
div.DivClassName
{
background-color: #FFC60F;
}
.BgClassName
{
background-color: #FFC60F;
}
</style>
border-color css
<style>
span { border-color: #FFC60F; }
span { border-color: rgb(255,198,15); }
td.TdClassName
{
border-color: #FFC60F;
}
.TagClassName
{
border-color: #FFC60F;
}
</style>