Shades of Golden Poppy #FFC30F
Tints of Golden Poppy #FFC30F
RGB
CMYK
RGB Variations
Color information
#FFC30F (or 0xFFC30F) is known color: Golden Poppy. HEX triplet: FF, C3 and 0F. RGB value is (255,195,15). Sum of RGB (Red+Green+Blue) = 255+195+15=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 15 (6.25% from 255 or 3.23% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC30F is #003CF0. Grayscale: #C1C1C1. Windows color (decimal): -15601 or 1033215. OLE color: 1033215.
HSL color Cylindrical-coordinate representation of color #FFC30F: hue angle of 45º 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 #FFC30F is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 15 | - |
| CMYK | 0 | 0.24 | 0.94 | 0 |
| HSL | 45º | 1% | 0.53% | - |
| HSV(B) | 45º | 0.94% | 1% | - |
| XYZ | 60.84 | 60.32 | 8.89 | - |
| YUV | 192.42 | 27.88 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 15 | 0 | 0.24 | 0.94 | 0 | 45 | 1 | 0.53 |
| Hex | FF | C3 | F | 0 | 18 | 5E | 0 | 2D | 64 | 35 |
| Octal | 377 | 303 | 17 | 0 | 30 | 136 | 0 | 55 | 144 | 65 |
| Binary | 11111111 | 11000011 | 1111 | 0 | 11000 | 1011110 | 0 | 101101 | 1100100 | 110101 |
Color Harmonies of #FFC30F
Complementary color
Monochromatic Colors of #FFC30F
Black with #FFC30F
Text Example
Text Example
White with #FFC30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC30F; }
p { color: rgb(255,195,15); }
H1.HeaderClassName
{
color: #FFC30F;
}
.AnyTagClassName
{
color: #FFC30F;
}
</style>
background-color css
<style>
a { background-color: #FFC30F; }
a { background-color: rgb(255,195,15); }
div.DivClassName
{
background-color: #FFC30F;
}
.BgClassName
{
background-color: #FFC30F;
}
</style>
border-color css
<style>
span { border-color: #FFC30F; }
span { border-color: rgb(255,195,15); }
td.TdClassName
{
border-color: #FFC30F;
}
.TagClassName
{
border-color: #FFC30F;
}
</style>