Shades of Gorse #F5DF40
Tints of Gorse #F5DF40
RGB
CMYK
RGB Variations
Color information
#F5DF40 (or 0xF5DF40) is known color: Gorse. HEX triplet: F5, DF and 40. RGB value is (245,223,64). Sum of RGB (Red+Green+Blue) = 245+223+64=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 64 (25.39% from 255 or 12.03% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DF40 is #0A20BF. Grayscale: #D4D4D4. Windows color (decimal): -663744 or 4251637. OLE color: 4251637.
HSL color Cylindrical-coordinate representation of color #F5DF40: hue angle of 52.71º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F5DF40 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 64 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.04 |
| HSL | 52.71º | 0.9% | 0.61% | - |
| HSV(B) | 52.71º | 0.74% | 0.96% | - |
| XYZ | 64.97 | 72.56 | 15.43 | - |
| YUV | 211.45 | 44.79 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 64 | 0 | 0.09 | 0.74 | 0.04 | 52.71 | 0.9 | 0.61 |
| Hex | F5 | DF | 40 | 0 | 9 | 4A | 4 | 35 | 5A | 3D |
| Octal | 365 | 337 | 100 | 0 | 11 | 112 | 4 | 65 | 132 | 75 |
| Binary | 11110101 | 11011111 | 1000000 | 0 | 1001 | 1001010 | 100 | 110101 | 1011010 | 111101 |
Color Harmonies of #F5DF40
Complementary color
Monochromatic Colors of #F5DF40
Black with #F5DF40
Text Example
Text Example
White with #F5DF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DF40; }
p { color: rgb(245,223,64); }
H1.HeaderClassName
{
color: #F5DF40;
}
.AnyTagClassName
{
color: #F5DF40;
}
</style>
background-color css
<style>
a { background-color: #F5DF40; }
a { background-color: rgb(245,223,64); }
div.DivClassName
{
background-color: #F5DF40;
}
.BgClassName
{
background-color: #F5DF40;
}
</style>
border-color css
<style>
span { border-color: #F5DF40; }
span { border-color: rgb(245,223,64); }
td.TdClassName
{
border-color: #F5DF40;
}
.TagClassName
{
border-color: #F5DF40;
}
</style>