Shades of Gorse #FFDE34
Tints of Gorse #FFDE34
RGB
CMYK
RGB Variations
Color information
#FFDE34 (or 0xFFDE34) is known color: Gorse. HEX triplet: FF, DE and 34. RGB value is (255,222,52). Sum of RGB (Red+Green+Blue) = 255+222+52=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 52 (20.70% from 255 or 9.83% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDE34 is #0021CB. Grayscale: #D5D5D5. Windows color (decimal): -8652 or 3464959. OLE color: 3464959.
HSL color Cylindrical-coordinate representation of color #FFDE34: hue angle of 50.25º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFDE34 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 52 | - |
| CMYK | 0 | 0.13 | 0.80 | 0 |
| HSL | 50.25º | 1% | 0.6% | - |
| HSV(B) | 50.25º | 0.8% | 1% | - |
| XYZ | 67.98 | 73.75 | 13.9 | - |
| YUV | 212.49 | 37.43 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 52 | 0 | 0.13 | 0.80 | 0 | 50.25 | 1 | 0.6 |
| Hex | FF | DE | 34 | 0 | D | 50 | 0 | 32 | 64 | 3C |
| Octal | 377 | 336 | 64 | 0 | 15 | 120 | 0 | 62 | 144 | 74 |
| Binary | 11111111 | 11011110 | 110100 | 0 | 1101 | 1010000 | 0 | 110010 | 1100100 | 111100 |
Color Harmonies of #FFDE34
Complementary color
Monochromatic Colors of #FFDE34
Black with #FFDE34
Text Example
Text Example
White with #FFDE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE34; }
p { color: rgb(255,222,52); }
H1.HeaderClassName
{
color: #FFDE34;
}
.AnyTagClassName
{
color: #FFDE34;
}
</style>
background-color css
<style>
a { background-color: #FFDE34; }
a { background-color: rgb(255,222,52); }
div.DivClassName
{
background-color: #FFDE34;
}
.BgClassName
{
background-color: #FFDE34;
}
</style>
border-color css
<style>
span { border-color: #FFDE34; }
span { border-color: rgb(255,222,52); }
td.TdClassName
{
border-color: #FFDE34;
}
.TagClassName
{
border-color: #FFDE34;
}
</style>