Shades of Golden Poppy #FFC507
Tints of Golden Poppy #FFC507
RGB
CMYK
RGB Variations
Color information
#FFC507 (or 0xFFC507) is known color: Golden Poppy. HEX triplet: FF, C5 and 07. RGB value is (255,197,7). Sum of RGB (Red+Green+Blue) = 255+197+7=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 7 (3.12% from 255 or 1.53% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC507 is #003AF8. Grayscale: #C1C1C1. Windows color (decimal): -15097 or 509439. OLE color: 509439.
HSL color Cylindrical-coordinate representation of color #FFC507: hue angle of 45.97º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFC507 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 7 | - |
| CMYK | 0 | 0.23 | 0.97 | 0 |
| HSL | 45.97º | 1% | 0.51% | - |
| HSV(B) | 45.97º | 0.97% | 1% | - |
| XYZ | 61.24 | 61.21 | 8.79 | - |
| YUV | 192.68 | 23.22 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 7 | 0 | 0.23 | 0.97 | 0 | 45.97 | 1 | 0.51 |
| Hex | FF | C5 | 7 | 0 | 17 | 61 | 0 | 2E | 64 | 33 |
| Octal | 377 | 305 | 7 | 0 | 27 | 141 | 0 | 56 | 144 | 63 |
| Binary | 11111111 | 11000101 | 111 | 0 | 10111 | 1100001 | 0 | 101110 | 1100100 | 110011 |
Color Harmonies of #FFC507
Complementary color
Monochromatic Colors of #FFC507
Black with #FFC507
Text Example
Text Example
White with #FFC507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC507; }
p { color: rgb(255,197,7); }
H1.HeaderClassName
{
color: #FFC507;
}
.AnyTagClassName
{
color: #FFC507;
}
</style>
background-color css
<style>
a { background-color: #FFC507; }
a { background-color: rgb(255,197,7); }
div.DivClassName
{
background-color: #FFC507;
}
.BgClassName
{
background-color: #FFC507;
}
</style>
border-color css
<style>
span { border-color: #FFC507; }
span { border-color: rgb(255,197,7); }
td.TdClassName
{
border-color: #FFC507;
}
.TagClassName
{
border-color: #FFC507;
}
</style>