Shades of Golden Poppy #FFC30E
Tints of Golden Poppy #FFC30E
RGB
CMYK
RGB Variations
Color information
#FFC30E (or 0xFFC30E) is known color: Golden Poppy. HEX triplet: FF, C3 and 0E. RGB value is (255,195,14). Sum of RGB (Red+Green+Blue) = 255+195+14=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 14 (5.86% from 255 or 3.02% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC30E is #003CF1. Grayscale: #C1C1C1. Windows color (decimal): -15602 or 967679. OLE color: 967679.
HSL color Cylindrical-coordinate representation of color #FFC30E: hue angle of 45.06º 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 #FFC30E is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 14 | - |
| CMYK | 0 | 0.24 | 0.95 | 0 |
| HSL | 45.06º | 1% | 0.53% | - |
| HSV(B) | 45.06º | 0.95% | 1% | - |
| XYZ | 60.83 | 60.32 | 8.85 | - |
| YUV | 192.31 | 27.38 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 14 | 0 | 0.24 | 0.95 | 0 | 45.06 | 1 | 0.53 |
| Hex | FF | C3 | E | 0 | 18 | 5F | 0 | 2D | 64 | 35 |
| Octal | 377 | 303 | 16 | 0 | 30 | 137 | 0 | 55 | 144 | 65 |
| Binary | 11111111 | 11000011 | 1110 | 0 | 11000 | 1011111 | 0 | 101101 | 1100100 | 110101 |
Color Harmonies of #FFC30E
Complementary color
Monochromatic Colors of #FFC30E
Black with #FFC30E
Text Example
Text Example
White with #FFC30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC30E; }
p { color: rgb(255,195,14); }
H1.HeaderClassName
{
color: #FFC30E;
}
.AnyTagClassName
{
color: #FFC30E;
}
</style>
background-color css
<style>
a { background-color: #FFC30E; }
a { background-color: rgb(255,195,14); }
div.DivClassName
{
background-color: #FFC30E;
}
.BgClassName
{
background-color: #FFC30E;
}
</style>
border-color css
<style>
span { border-color: #FFC30E; }
span { border-color: rgb(255,195,14); }
td.TdClassName
{
border-color: #FFC30E;
}
.TagClassName
{
border-color: #FFC30E;
}
</style>