Shades of Gorse #FFDE25
Tints of Gorse #FFDE25
RGB
CMYK
RGB Variations
Color information
#FFDE25 (or 0xFFDE25) is known color: Gorse. HEX triplet: FF, DE and 25. RGB value is (255,222,37). Sum of RGB (Red+Green+Blue) = 255+222+37=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 37 (14.84% from 255 or 7.20% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDE25 is #0021DA. Grayscale: #D3D3D3. Windows color (decimal): -8667 or 2481919. OLE color: 2481919.
HSL color Cylindrical-coordinate representation of color #FFDE25: hue angle of 50.92º 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 #FFDE25 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 37 | - |
| CMYK | 0 | 0.13 | 0.85 | 0 |
| HSL | 50.92º | 1% | 0.57% | - |
| HSV(B) | 50.92º | 0.85% | 1% | - |
| XYZ | 67.7 | 73.64 | 12.4 | - |
| YUV | 210.78 | 29.93 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 37 | 0 | 0.13 | 0.85 | 0 | 50.92 | 1 | 0.57 |
| Hex | FF | DE | 25 | 0 | D | 55 | 0 | 33 | 64 | 39 |
| Octal | 377 | 336 | 45 | 0 | 15 | 125 | 0 | 63 | 144 | 71 |
| Binary | 11111111 | 11011110 | 100101 | 0 | 1101 | 1010101 | 0 | 110011 | 1100100 | 111001 |
Color Harmonies of #FFDE25
Complementary color
Monochromatic Colors of #FFDE25
Black with #FFDE25
Text Example
Text Example
White with #FFDE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE25; }
p { color: rgb(255,222,37); }
H1.HeaderClassName
{
color: #FFDE25;
}
.AnyTagClassName
{
color: #FFDE25;
}
</style>
background-color css
<style>
a { background-color: #FFDE25; }
a { background-color: rgb(255,222,37); }
div.DivClassName
{
background-color: #FFDE25;
}
.BgClassName
{
background-color: #FFDE25;
}
</style>
border-color css
<style>
span { border-color: #FFDE25; }
span { border-color: rgb(255,222,37); }
td.TdClassName
{
border-color: #FFDE25;
}
.TagClassName
{
border-color: #FFDE25;
}
</style>