Shades of Golden Poppy #F8BE0C
Tints of Golden Poppy #F8BE0C
RGB
CMYK
RGB Variations
Color information
#F8BE0C (or 0xF8BE0C) is known color: Golden Poppy. HEX triplet: F8, BE and 0C. RGB value is (248,190,12). Sum of RGB (Red+Green+Blue) = 248+190+12=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 12 (5.08% from 255 or 2.67% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BE0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8BE0C is #0741F3. Grayscale: #BBBBBB. Windows color (decimal): -475636 or 835320. OLE color: 835320.
HSL color Cylindrical-coordinate representation of color #F8BE0C: hue angle of 45.25º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8BE0C is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 190 | 12 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.03 |
| HSL | 45.25º | 0.94% | 0.51% | - |
| HSV(B) | 45.25º | 0.95% | 0.97% | - |
| XYZ | 57.19 | 56.81 | 8.3 | - |
| YUV | 187.05 | 29.22 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 190 | 12 | 0 | 0.23 | 0.95 | 0.03 | 45.25 | 0.94 | 0.51 |
| Hex | F8 | BE | C | 0 | 17 | 5F | 3 | 2D | 5E | 33 |
| Octal | 370 | 276 | 14 | 0 | 27 | 137 | 3 | 55 | 136 | 63 |
| Binary | 11111000 | 10111110 | 1100 | 0 | 10111 | 1011111 | 11 | 101101 | 1011110 | 110011 |
Color Harmonies of #F8BE0C
Complementary color
Monochromatic Colors of #F8BE0C
Black with #F8BE0C
Text Example
Text Example
White with #F8BE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BE0C; }
p { color: rgb(248,190,12); }
H1.HeaderClassName
{
color: #F8BE0C;
}
.AnyTagClassName
{
color: #F8BE0C;
}
</style>
background-color css
<style>
a { background-color: #F8BE0C; }
a { background-color: rgb(248,190,12); }
div.DivClassName
{
background-color: #F8BE0C;
}
.BgClassName
{
background-color: #F8BE0C;
}
</style>
border-color css
<style>
span { border-color: #F8BE0C; }
span { border-color: rgb(248,190,12); }
td.TdClassName
{
border-color: #F8BE0C;
}
.TagClassName
{
border-color: #F8BE0C;
}
</style>