Shades of Gorse #FDF12E
Tints of Gorse #FDF12E
RGB
CMYK
RGB Variations
Color information
#FDF12E (or 0xFDF12E) is known color: Gorse. HEX triplet: FD, F1 and 2E. RGB value is (253,241,46). Sum of RGB (Red+Green+Blue) = 253+241+46=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 46 (18.36% from 255 or 8.52% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF12E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF12E is #020ED1. Grayscale: #DFDFDF. Windows color (decimal): -134866 or 3076605. OLE color: 3076605.
HSL color Cylindrical-coordinate representation of color #FDF12E: hue angle of 56.52º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDF12E is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 46 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.01 |
| HSL | 56.52º | 0.98% | 0.59% | - |
| HSV(B) | 56.52º | 0.82% | 0.99% | - |
| XYZ | 72.46 | 83.99 | 14.98 | - |
| YUV | 222.36 | 28.48 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 46 | 0 | 0.05 | 0.82 | 0.01 | 56.52 | 0.98 | 0.59 |
| Hex | FD | F1 | 2E | 0 | 5 | 52 | 1 | 39 | 62 | 3B |
| Octal | 375 | 361 | 56 | 0 | 5 | 122 | 1 | 71 | 142 | 73 |
| Binary | 11111101 | 11110001 | 101110 | 0 | 101 | 1010010 | 1 | 111001 | 1100010 | 111011 |
Color Harmonies of #FDF12E
Complementary color
Monochromatic Colors of #FDF12E
Black with #FDF12E
Text Example
Text Example
White with #FDF12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF12E; }
p { color: rgb(253,241,46); }
H1.HeaderClassName
{
color: #FDF12E;
}
.AnyTagClassName
{
color: #FDF12E;
}
</style>
background-color css
<style>
a { background-color: #FDF12E; }
a { background-color: rgb(253,241,46); }
div.DivClassName
{
background-color: #FDF12E;
}
.BgClassName
{
background-color: #FDF12E;
}
</style>
border-color css
<style>
span { border-color: #FDF12E; }
span { border-color: rgb(253,241,46); }
td.TdClassName
{
border-color: #FDF12E;
}
.TagClassName
{
border-color: #FDF12E;
}
</style>