Shades of Golden Poppy #F5C102
Tints of Golden Poppy #F5C102
RGB
CMYK
RGB Variations
Color information
#F5C102 (or 0xF5C102) is known color: Golden Poppy. HEX triplet: F5, C1 and 02. RGB value is (245,193,2). Sum of RGB (Red+Green+Blue) = 245+193+2=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 2 (1.17% from 255 or 0.45% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C102 is #0A3EFD. Grayscale: #BBBBBB. Windows color (decimal): -671486 or 180725. OLE color: 180725.
HSL color Cylindrical-coordinate representation of color #F5C102: hue angle of 47.16º 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 #F5C102 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.04 |
| HSL | 47.16º | 0.98% | 0.48% | - |
| HSV(B) | 47.16º | 0.99% | 0.96% | - |
| XYZ | 56.74 | 57.56 | 8.18 | - |
| YUV | 186.77 | 23.73 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 2 | 0 | 0.21 | 0.99 | 0.04 | 47.16 | 0.98 | 0.48 |
| Hex | F5 | C1 | 2 | 0 | 15 | 63 | 4 | 2F | 62 | 30 |
| Octal | 365 | 301 | 2 | 0 | 25 | 143 | 4 | 57 | 142 | 60 |
| Binary | 11110101 | 11000001 | 10 | 0 | 10101 | 1100011 | 100 | 101111 | 1100010 | 110000 |
Color Harmonies of #F5C102
Complementary color
Monochromatic Colors of #F5C102
Black with #F5C102
Text Example
Text Example
White with #F5C102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C102; }
p { color: rgb(245,193,2); }
H1.HeaderClassName
{
color: #F5C102;
}
.AnyTagClassName
{
color: #F5C102;
}
</style>
background-color css
<style>
a { background-color: #F5C102; }
a { background-color: rgb(245,193,2); }
div.DivClassName
{
background-color: #F5C102;
}
.BgClassName
{
background-color: #F5C102;
}
</style>
border-color css
<style>
span { border-color: #F5C102; }
span { border-color: rgb(245,193,2); }
td.TdClassName
{
border-color: #F5C102;
}
.TagClassName
{
border-color: #F5C102;
}
</style>