Shades of Gorse #FDE12B
Tints of Gorse #FDE12B
RGB
CMYK
RGB Variations
Color information
#FDE12B (or 0xFDE12B) is known color: Gorse. HEX triplet: FD, E1 and 2B. RGB value is (253,225,43). Sum of RGB (Red+Green+Blue) = 253+225+43=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 43 (17.19% from 255 or 8.25% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE12B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE12B is #021ED4. Grayscale: #D5D5D5. Windows color (decimal): -138965 or 2875901. OLE color: 2875901.
HSL color Cylindrical-coordinate representation of color #FDE12B: hue angle of 52º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDE12B is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 43 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.01 |
| HSL | 52º | 0.98% | 0.58% | - |
| HSV(B) | 52º | 0.83% | 0.99% | - |
| XYZ | 67.87 | 74.91 | 13.17 | - |
| YUV | 212.62 | 32.28 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 43 | 0 | 0.11 | 0.83 | 0.01 | 52 | 0.98 | 0.58 |
| Hex | FD | E1 | 2B | 0 | B | 53 | 1 | 34 | 62 | 3A |
| Octal | 375 | 341 | 53 | 0 | 13 | 123 | 1 | 64 | 142 | 72 |
| Binary | 11111101 | 11100001 | 101011 | 0 | 1011 | 1010011 | 1 | 110100 | 1100010 | 111010 |
Color Harmonies of #FDE12B
Complementary color
Monochromatic Colors of #FDE12B
Black with #FDE12B
Text Example
Text Example
White with #FDE12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE12B; }
p { color: rgb(253,225,43); }
H1.HeaderClassName
{
color: #FDE12B;
}
.AnyTagClassName
{
color: #FDE12B;
}
</style>
background-color css
<style>
a { background-color: #FDE12B; }
a { background-color: rgb(253,225,43); }
div.DivClassName
{
background-color: #FDE12B;
}
.BgClassName
{
background-color: #FDE12B;
}
</style>
border-color css
<style>
span { border-color: #FDE12B; }
span { border-color: rgb(253,225,43); }
td.TdClassName
{
border-color: #FDE12B;
}
.TagClassName
{
border-color: #FDE12B;
}
</style>