Shades of Golden Poppy #FFC30A
Tints of Golden Poppy #FFC30A
RGB
CMYK
RGB Variations
Color information
#FFC30A (or 0xFFC30A) is known color: Golden Poppy. HEX triplet: FF, C3 and 0A. RGB value is (255,195,10). Sum of RGB (Red+Green+Blue) = 255+195+10=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 10 (4.30% from 255 or 2.17% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC30A is #003CF5. Grayscale: #C0C0C0. Windows color (decimal): -15606 or 705535. OLE color: 705535.
HSL color Cylindrical-coordinate representation of color #FFC30A: hue angle of 45.31º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFC30A is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 10 | - |
| CMYK | 0 | 0.24 | 0.96 | 0 |
| HSL | 45.31º | 1% | 0.52% | - |
| HSV(B) | 45.31º | 0.96% | 1% | - |
| XYZ | 60.81 | 60.31 | 8.72 | - |
| YUV | 191.85 | 25.38 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 10 | 0 | 0.24 | 0.96 | 0 | 45.31 | 1 | 0.52 |
| Hex | FF | C3 | A | 0 | 18 | 60 | 0 | 2D | 64 | 34 |
| Octal | 377 | 303 | 12 | 0 | 30 | 140 | 0 | 55 | 144 | 64 |
| Binary | 11111111 | 11000011 | 1010 | 0 | 11000 | 1100000 | 0 | 101101 | 1100100 | 110100 |
Color Harmonies of #FFC30A
Complementary color
Monochromatic Colors of #FFC30A
Black with #FFC30A
Text Example
Text Example
White with #FFC30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC30A; }
p { color: rgb(255,195,10); }
H1.HeaderClassName
{
color: #FFC30A;
}
.AnyTagClassName
{
color: #FFC30A;
}
</style>
background-color css
<style>
a { background-color: #FFC30A; }
a { background-color: rgb(255,195,10); }
div.DivClassName
{
background-color: #FFC30A;
}
.BgClassName
{
background-color: #FFC30A;
}
</style>
border-color css
<style>
span { border-color: #FFC30A; }
span { border-color: rgb(255,195,10); }
td.TdClassName
{
border-color: #FFC30A;
}
.TagClassName
{
border-color: #FFC30A;
}
</style>