Shades of Gorse #F5DD3A
Tints of Gorse #F5DD3A
RGB
CMYK
RGB Variations
Color information
#F5DD3A (or 0xF5DD3A) is known color: Gorse. HEX triplet: F5, DD and 3A. RGB value is (245,221,58). Sum of RGB (Red+Green+Blue) = 245+221+58=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 58 (23.05% from 255 or 11.07% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DD3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DD3A is #0A22C5. Grayscale: #D2D2D2. Windows color (decimal): -664262 or 3857909. OLE color: 3857909.
HSL color Cylindrical-coordinate representation of color #F5DD3A: hue angle of 52.3º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5DD3A is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 58 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.04 |
| HSL | 52.3º | 0.9% | 0.59% | - |
| HSV(B) | 52.3º | 0.76% | 0.96% | - |
| XYZ | 64.28 | 71.43 | 14.4 | - |
| YUV | 209.59 | 42.45 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 58 | 0 | 0.10 | 0.76 | 0.04 | 52.3 | 0.9 | 0.59 |
| Hex | F5 | DD | 3A | 0 | A | 4C | 4 | 34 | 5A | 3B |
| Octal | 365 | 335 | 72 | 0 | 12 | 114 | 4 | 64 | 132 | 73 |
| Binary | 11110101 | 11011101 | 111010 | 0 | 1010 | 1001100 | 100 | 110100 | 1011010 | 111011 |
Color Harmonies of #F5DD3A
Complementary color
Monochromatic Colors of #F5DD3A
Black with #F5DD3A
Text Example
Text Example
White with #F5DD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DD3A; }
p { color: rgb(245,221,58); }
H1.HeaderClassName
{
color: #F5DD3A;
}
.AnyTagClassName
{
color: #F5DD3A;
}
</style>
background-color css
<style>
a { background-color: #F5DD3A; }
a { background-color: rgb(245,221,58); }
div.DivClassName
{
background-color: #F5DD3A;
}
.BgClassName
{
background-color: #F5DD3A;
}
</style>
border-color css
<style>
span { border-color: #F5DD3A; }
span { border-color: rgb(245,221,58); }
td.TdClassName
{
border-color: #F5DD3A;
}
.TagClassName
{
border-color: #F5DD3A;
}
</style>