Shades of Golden Poppy #F5C202
Tints of Golden Poppy #F5C202
RGB
CMYK
RGB Variations
Color information
#F5C202 (or 0xF5C202) is known color: Golden Poppy. HEX triplet: F5, C2 and 02. RGB value is (245,194,2). Sum of RGB (Red+Green+Blue) = 245+194+2=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 2 (1.17% from 255 or 0.45% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C202 is #0A3DFD. Grayscale: #BCBCBC. Windows color (decimal): -671230 or 180981. OLE color: 180981.
HSL color Cylindrical-coordinate representation of color #F5C202: hue angle of 47.41º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5C202 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 194 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.04 |
| HSL | 47.41º | 0.98% | 0.48% | - |
| HSV(B) | 47.41º | 0.99% | 0.96% | - |
| XYZ | 56.96 | 58 | 8.25 | - |
| YUV | 187.36 | 23.4 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 194 | 2 | 0 | 0.21 | 0.99 | 0.04 | 47.41 | 0.98 | 0.48 |
| Hex | F5 | C2 | 2 | 0 | 15 | 63 | 4 | 2F | 62 | 30 |
| Octal | 365 | 302 | 2 | 0 | 25 | 143 | 4 | 57 | 142 | 60 |
| Binary | 11110101 | 11000010 | 10 | 0 | 10101 | 1100011 | 100 | 101111 | 1100010 | 110000 |
Color Harmonies of #F5C202
Complementary color
Monochromatic Colors of #F5C202
Black with #F5C202
Text Example
Text Example
White with #F5C202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C202; }
p { color: rgb(245,194,2); }
H1.HeaderClassName
{
color: #F5C202;
}
.AnyTagClassName
{
color: #F5C202;
}
</style>
background-color css
<style>
a { background-color: #F5C202; }
a { background-color: rgb(245,194,2); }
div.DivClassName
{
background-color: #F5C202;
}
.BgClassName
{
background-color: #F5C202;
}
</style>
border-color css
<style>
span { border-color: #F5C202; }
span { border-color: rgb(245,194,2); }
td.TdClassName
{
border-color: #F5C202;
}
.TagClassName
{
border-color: #F5C202;
}
</style>