Shades of Gorse #F5DF3A
Tints of Gorse #F5DF3A
RGB
CMYK
RGB Variations
Color information
#F5DF3A (or 0xF5DF3A) is known color: Gorse. HEX triplet: F5, DF and 3A. RGB value is (245,223,58). Sum of RGB (Red+Green+Blue) = 245+223+58=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 58 (23.05% from 255 or 11.03% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DF3A is #0A20C5. Grayscale: #D3D3D3. Windows color (decimal): -663750 or 3858421. OLE color: 3858421.
HSL color Cylindrical-coordinate representation of color #F5DF3A: hue angle of 52.94º 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 #F5DF3A is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 58 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.04 |
| HSL | 52.94º | 0.9% | 0.59% | - |
| HSV(B) | 52.94º | 0.76% | 0.96% | - |
| XYZ | 64.81 | 72.49 | 14.58 | - |
| YUV | 210.77 | 41.79 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 58 | 0 | 0.09 | 0.76 | 0.04 | 52.94 | 0.9 | 0.59 |
| Hex | F5 | DF | 3A | 0 | 9 | 4C | 4 | 35 | 5A | 3B |
| Octal | 365 | 337 | 72 | 0 | 11 | 114 | 4 | 65 | 132 | 73 |
| Binary | 11110101 | 11011111 | 111010 | 0 | 1001 | 1001100 | 100 | 110101 | 1011010 | 111011 |
Color Harmonies of #F5DF3A
Complementary color
Monochromatic Colors of #F5DF3A
Black with #F5DF3A
Text Example
Text Example
White with #F5DF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DF3A; }
p { color: rgb(245,223,58); }
H1.HeaderClassName
{
color: #F5DF3A;
}
.AnyTagClassName
{
color: #F5DF3A;
}
</style>
background-color css
<style>
a { background-color: #F5DF3A; }
a { background-color: rgb(245,223,58); }
div.DivClassName
{
background-color: #F5DF3A;
}
.BgClassName
{
background-color: #F5DF3A;
}
</style>
border-color css
<style>
span { border-color: #F5DF3A; }
span { border-color: rgb(245,223,58); }
td.TdClassName
{
border-color: #F5DF3A;
}
.TagClassName
{
border-color: #F5DF3A;
}
</style>