Shades of Gorse #FDE231
Tints of Gorse #FDE231
RGB
CMYK
RGB Variations
Color information
#FDE231 (or 0xFDE231) is known color: Gorse. HEX triplet: FD, E2 and 31. RGB value is (253,226,49). Sum of RGB (Red+Green+Blue) = 253+226+49=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 49 (19.53% from 255 or 9.28% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE231 is #021DCE. Grayscale: #D6D6D6. Windows color (decimal): -138703 or 3269373. OLE color: 3269373.
HSL color Cylindrical-coordinate representation of color #FDE231: hue angle of 52.06º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDE231 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 49 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.01 |
| HSL | 52.06º | 0.98% | 0.59% | - |
| HSV(B) | 52.06º | 0.81% | 0.99% | - |
| XYZ | 68.26 | 75.5 | 13.88 | - |
| YUV | 213.9 | 34.95 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 49 | 0 | 0.11 | 0.81 | 0.01 | 52.06 | 0.98 | 0.59 |
| Hex | FD | E2 | 31 | 0 | B | 51 | 1 | 34 | 62 | 3B |
| Octal | 375 | 342 | 61 | 0 | 13 | 121 | 1 | 64 | 142 | 73 |
| Binary | 11111101 | 11100010 | 110001 | 0 | 1011 | 1010001 | 1 | 110100 | 1100010 | 111011 |
Color Harmonies of #FDE231
Complementary color
Monochromatic Colors of #FDE231
Black with #FDE231
Text Example
Text Example
White with #FDE231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE231; }
p { color: rgb(253,226,49); }
H1.HeaderClassName
{
color: #FDE231;
}
.AnyTagClassName
{
color: #FDE231;
}
</style>
background-color css
<style>
a { background-color: #FDE231; }
a { background-color: rgb(253,226,49); }
div.DivClassName
{
background-color: #FDE231;
}
.BgClassName
{
background-color: #FDE231;
}
</style>
border-color css
<style>
span { border-color: #FDE231; }
span { border-color: rgb(253,226,49); }
td.TdClassName
{
border-color: #FDE231;
}
.TagClassName
{
border-color: #FDE231;
}
</style>