Shades of Gorse #FFDE2B
Tints of Gorse #FFDE2B
RGB
CMYK
RGB Variations
Color information
#FFDE2B (or 0xFFDE2B) is known color: Gorse. HEX triplet: FF, DE and 2B. RGB value is (255,222,43). Sum of RGB (Red+Green+Blue) = 255+222+43=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 43 (17.19% from 255 or 8.27% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDE2B is #0021D4. Grayscale: #D4D4D4. Windows color (decimal): -8661 or 2875135. OLE color: 2875135.
HSL color Cylindrical-coordinate representation of color #FFDE2B: hue angle of 50.66º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFDE2B is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 43 | - |
| CMYK | 0 | 0.13 | 0.83 | 0 |
| HSL | 50.66º | 1% | 0.58% | - |
| HSV(B) | 50.66º | 0.83% | 1% | - |
| XYZ | 67.8 | 73.68 | 12.93 | - |
| YUV | 211.46 | 32.93 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 43 | 0 | 0.13 | 0.83 | 0 | 50.66 | 1 | 0.58 |
| Hex | FF | DE | 2B | 0 | D | 53 | 0 | 33 | 64 | 3A |
| Octal | 377 | 336 | 53 | 0 | 15 | 123 | 0 | 63 | 144 | 72 |
| Binary | 11111111 | 11011110 | 101011 | 0 | 1101 | 1010011 | 0 | 110011 | 1100100 | 111010 |
Color Harmonies of #FFDE2B
Complementary color
Monochromatic Colors of #FFDE2B
Black with #FFDE2B
Text Example
Text Example
White with #FFDE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE2B; }
p { color: rgb(255,222,43); }
H1.HeaderClassName
{
color: #FFDE2B;
}
.AnyTagClassName
{
color: #FFDE2B;
}
</style>
background-color css
<style>
a { background-color: #FFDE2B; }
a { background-color: rgb(255,222,43); }
div.DivClassName
{
background-color: #FFDE2B;
}
.BgClassName
{
background-color: #FFDE2B;
}
</style>
border-color css
<style>
span { border-color: #FFDE2B; }
span { border-color: rgb(255,222,43); }
td.TdClassName
{
border-color: #FFDE2B;
}
.TagClassName
{
border-color: #FFDE2B;
}
</style>