Shades of Gold Tips #F2B024
Tints of Gold Tips #F2B024
RGB
CMYK
RGB Variations
Color information
#F2B024 (or 0xF2B024) is known color: Gold Tips. HEX triplet: F2, B0 and 24. RGB value is (242,176,36). Sum of RGB (Red+Green+Blue) = 242+176+36=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 36 (14.45% from 255 or 7.93% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B024 is #0D4FDB. Grayscale: #B4B4B4. Windows color (decimal): -872412 or 2404594. OLE color: 2404594.
HSL color Cylindrical-coordinate representation of color #F2B024: hue angle of 40.78º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2B024 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 36 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.05 |
| HSL | 40.78º | 0.89% | 0.55% | - |
| HSV(B) | 40.78º | 0.85% | 0.95% | - |
| XYZ | 52.46 | 50.06 | 8.57 | - |
| YUV | 179.77 | 46.87 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 36 | 0 | 0.27 | 0.85 | 0.05 | 40.78 | 0.89 | 0.55 |
| Hex | F2 | B0 | 24 | 0 | 1B | 55 | 5 | 29 | 59 | 37 |
| Octal | 362 | 260 | 44 | 0 | 33 | 125 | 5 | 51 | 131 | 67 |
| Binary | 11110010 | 10110000 | 100100 | 0 | 11011 | 1010101 | 101 | 101001 | 1011001 | 110111 |
Color Harmonies of #F2B024
Complementary color
Monochromatic Colors of #F2B024
Black with #F2B024
Text Example
Text Example
White with #F2B024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B024; }
p { color: rgb(242,176,36); }
H1.HeaderClassName
{
color: #F2B024;
}
.AnyTagClassName
{
color: #F2B024;
}
</style>
background-color css
<style>
a { background-color: #F2B024; }
a { background-color: rgb(242,176,36); }
div.DivClassName
{
background-color: #F2B024;
}
.BgClassName
{
background-color: #F2B024;
}
</style>
border-color css
<style>
span { border-color: #F2B024; }
span { border-color: rgb(242,176,36); }
td.TdClassName
{
border-color: #F2B024;
}
.TagClassName
{
border-color: #F2B024;
}
</style>