Shades of Gorse #F5DD34
Tints of Gorse #F5DD34
RGB
CMYK
RGB Variations
Color information
#F5DD34 (or 0xF5DD34) is known color: Gorse. HEX triplet: F5, DD and 34. RGB value is (245,221,52). Sum of RGB (Red+Green+Blue) = 245+221+52=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 52 (20.70% from 255 or 10.04% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DD34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DD34 is #0A22CB. Grayscale: #D1D1D1. Windows color (decimal): -664268 or 3464693. OLE color: 3464693.
HSL color Cylindrical-coordinate representation of color #F5DD34: hue angle of 52.54º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F5DD34 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 52 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.04 |
| HSL | 52.54º | 0.91% | 0.58% | - |
| HSV(B) | 52.54º | 0.79% | 0.96% | - |
| XYZ | 64.13 | 71.37 | 13.65 | - |
| YUV | 208.91 | 39.45 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 52 | 0 | 0.10 | 0.79 | 0.04 | 52.54 | 0.91 | 0.58 |
| Hex | F5 | DD | 34 | 0 | A | 4F | 4 | 35 | 5B | 3A |
| Octal | 365 | 335 | 64 | 0 | 12 | 117 | 4 | 65 | 133 | 72 |
| Binary | 11110101 | 11011101 | 110100 | 0 | 1010 | 1001111 | 100 | 110101 | 1011011 | 111010 |
Color Harmonies of #F5DD34
Complementary color
Monochromatic Colors of #F5DD34
Black with #F5DD34
Text Example
Text Example
White with #F5DD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DD34; }
p { color: rgb(245,221,52); }
H1.HeaderClassName
{
color: #F5DD34;
}
.AnyTagClassName
{
color: #F5DD34;
}
</style>
background-color css
<style>
a { background-color: #F5DD34; }
a { background-color: rgb(245,221,52); }
div.DivClassName
{
background-color: #F5DD34;
}
.BgClassName
{
background-color: #F5DD34;
}
</style>
border-color css
<style>
span { border-color: #F5DD34; }
span { border-color: rgb(245,221,52); }
td.TdClassName
{
border-color: #F5DD34;
}
.TagClassName
{
border-color: #F5DD34;
}
</style>