Shades of Gorse #FFDF25
Tints of Gorse #FFDF25
RGB
CMYK
RGB Variations
Color information
#FFDF25 (or 0xFFDF25) is known color: Gorse. HEX triplet: FF, DF and 25. RGB value is (255,223,37). Sum of RGB (Red+Green+Blue) = 255+223+37=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 37 (14.84% from 255 or 7.18% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDF25 is #0020DA. Grayscale: #D4D4D4. Windows color (decimal): -8411 or 2482175. OLE color: 2482175.
HSL color Cylindrical-coordinate representation of color #FFDF25: hue angle of 51.19º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFDF25 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 37 | - |
| CMYK | 0 | 0.13 | 0.85 | 0 |
| HSL | 51.19º | 1% | 0.57% | - |
| HSV(B) | 51.19º | 0.85% | 1% | - |
| XYZ | 67.96 | 74.17 | 12.48 | - |
| YUV | 211.36 | 29.6 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 37 | 0 | 0.13 | 0.85 | 0 | 51.19 | 1 | 0.57 |
| Hex | FF | DF | 25 | 0 | D | 55 | 0 | 33 | 64 | 39 |
| Octal | 377 | 337 | 45 | 0 | 15 | 125 | 0 | 63 | 144 | 71 |
| Binary | 11111111 | 11011111 | 100101 | 0 | 1101 | 1010101 | 0 | 110011 | 1100100 | 111001 |
Color Harmonies of #FFDF25
Complementary color
Monochromatic Colors of #FFDF25
Black with #FFDF25
Text Example
Text Example
White with #FFDF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF25; }
p { color: rgb(255,223,37); }
H1.HeaderClassName
{
color: #FFDF25;
}
.AnyTagClassName
{
color: #FFDF25;
}
</style>
background-color css
<style>
a { background-color: #FFDF25; }
a { background-color: rgb(255,223,37); }
div.DivClassName
{
background-color: #FFDF25;
}
.BgClassName
{
background-color: #FFDF25;
}
</style>
border-color css
<style>
span { border-color: #FFDF25; }
span { border-color: rgb(255,223,37); }
td.TdClassName
{
border-color: #FFDF25;
}
.TagClassName
{
border-color: #FFDF25;
}
</style>