Shades of Golden Poppy #F3C10B
Tints of Golden Poppy #F3C10B
RGB
CMYK
RGB Variations
Color information
#F3C10B (or 0xF3C10B) is known color: Golden Poppy. HEX triplet: F3, C1 and 0B. RGB value is (243,193,11). Sum of RGB (Red+Green+Blue) = 243+193+11=447 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.36% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 11 (4.69% from 255 or 2.46% from 447); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3C10B is #0C3EF4. Grayscale: #BBBBBB. Windows color (decimal): -802549 or 770547. OLE color: 770547.
HSL color Cylindrical-coordinate representation of color #F3C10B: hue angle of 47.07º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3C10B is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 193 | 11 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.05 |
| HSL | 47.07º | 0.91% | 0.5% | - |
| HSV(B) | 47.07º | 0.95% | 0.95% | - |
| XYZ | 56.09 | 57.22 | 8.4 | - |
| YUV | 187.2 | 28.57 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 193 | 11 | 0 | 0.21 | 0.95 | 0.05 | 47.07 | 0.91 | 0.5 |
| Hex | F3 | C1 | B | 0 | 15 | 5F | 5 | 2F | 5B | 32 |
| Octal | 363 | 301 | 13 | 0 | 25 | 137 | 5 | 57 | 133 | 62 |
| Binary | 11110011 | 11000001 | 1011 | 0 | 10101 | 1011111 | 101 | 101111 | 1011011 | 110010 |
Color Harmonies of #F3C10B
Complementary color
Monochromatic Colors of #F3C10B
Black with #F3C10B
Text Example
Text Example
White with #F3C10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C10B; }
p { color: rgb(243,193,11); }
H1.HeaderClassName
{
color: #F3C10B;
}
.AnyTagClassName
{
color: #F3C10B;
}
</style>
background-color css
<style>
a { background-color: #F3C10B; }
a { background-color: rgb(243,193,11); }
div.DivClassName
{
background-color: #F3C10B;
}
.BgClassName
{
background-color: #F3C10B;
}
</style>
border-color css
<style>
span { border-color: #F3C10B; }
span { border-color: rgb(243,193,11); }
td.TdClassName
{
border-color: #F3C10B;
}
.TagClassName
{
border-color: #F3C10B;
}
</style>