Shades of Golden Poppy #FFC303
Tints of Golden Poppy #FFC303
RGB
CMYK
RGB Variations
Color information
#FFC303 (or 0xFFC303) is known color: Golden Poppy. HEX triplet: FF, C3 and 03. RGB value is (255,195,3). Sum of RGB (Red+Green+Blue) = 255+195+3=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 3 (1.56% from 255 or 0.66% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC303 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC303 is #003CFC. Grayscale: #BFBFBF. Windows color (decimal): -15613 or 246783. OLE color: 246783.
HSL color Cylindrical-coordinate representation of color #FFC303: hue angle of 45.71º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFC303 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 3 | - |
| CMYK | 0 | 0.24 | 0.99 | 0 |
| HSL | 45.71º | 1% | 0.51% | - |
| HSV(B) | 45.71º | 0.99% | 1% | - |
| XYZ | 60.77 | 60.3 | 8.52 | - |
| YUV | 191.05 | 21.88 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 3 | 0 | 0.24 | 0.99 | 0 | 45.71 | 1 | 0.51 |
| Hex | FF | C3 | 3 | 0 | 18 | 63 | 0 | 2E | 64 | 33 |
| Octal | 377 | 303 | 3 | 0 | 30 | 143 | 0 | 56 | 144 | 63 |
| Binary | 11111111 | 11000011 | 11 | 0 | 11000 | 1100011 | 0 | 101110 | 1100100 | 110011 |
Color Harmonies of #FFC303
Complementary color
Monochromatic Colors of #FFC303
Black with #FFC303
Text Example
Text Example
White with #FFC303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC303; }
p { color: rgb(255,195,3); }
H1.HeaderClassName
{
color: #FFC303;
}
.AnyTagClassName
{
color: #FFC303;
}
</style>
background-color css
<style>
a { background-color: #FFC303; }
a { background-color: rgb(255,195,3); }
div.DivClassName
{
background-color: #FFC303;
}
.BgClassName
{
background-color: #FFC303;
}
</style>
border-color css
<style>
span { border-color: #FFC303; }
span { border-color: rgb(255,195,3); }
td.TdClassName
{
border-color: #FFC303;
}
.TagClassName
{
border-color: #FFC303;
}
</style>