Shades of Gorse #FDF32E
Tints of Gorse #FDF32E
RGB
CMYK
RGB Variations
Color information
#FDF32E (or 0xFDF32E) is known color: Gorse. HEX triplet: FD, F3 and 2E. RGB value is (253,243,46). Sum of RGB (Red+Green+Blue) = 253+243+46=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 46 (18.36% from 255 or 8.49% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF32E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF32E is #020CD1. Grayscale: #E0E0E0. Windows color (decimal): -134354 or 3077117. OLE color: 3077117.
HSL color Cylindrical-coordinate representation of color #FDF32E: hue angle of 57.1º 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 #FDF32E is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 46 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.01 |
| HSL | 57.1º | 0.98% | 0.59% | - |
| HSV(B) | 57.1º | 0.82% | 0.99% | - |
| XYZ | 73.05 | 85.18 | 15.18 | - |
| YUV | 223.53 | 27.81 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 46 | 0 | 0.04 | 0.82 | 0.01 | 57.1 | 0.98 | 0.59 |
| Hex | FD | F3 | 2E | 0 | 4 | 52 | 1 | 39 | 62 | 3B |
| Octal | 375 | 363 | 56 | 0 | 4 | 122 | 1 | 71 | 142 | 73 |
| Binary | 11111101 | 11110011 | 101110 | 0 | 100 | 1010010 | 1 | 111001 | 1100010 | 111011 |
Color Harmonies of #FDF32E
Complementary color
Monochromatic Colors of #FDF32E
Black with #FDF32E
Text Example
Text Example
White with #FDF32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF32E; }
p { color: rgb(253,243,46); }
H1.HeaderClassName
{
color: #FDF32E;
}
.AnyTagClassName
{
color: #FDF32E;
}
</style>
background-color css
<style>
a { background-color: #FDF32E; }
a { background-color: rgb(253,243,46); }
div.DivClassName
{
background-color: #FDF32E;
}
.BgClassName
{
background-color: #FDF32E;
}
</style>
border-color css
<style>
span { border-color: #FDF32E; }
span { border-color: rgb(253,243,46); }
td.TdClassName
{
border-color: #FDF32E;
}
.TagClassName
{
border-color: #FDF32E;
}
</style>