Shades of Gorse #FDE233
Tints of Gorse #FDE233
RGB
CMYK
RGB Variations
Color information
#FDE233 (or 0xFDE233) is known color: Gorse. HEX triplet: FD, E2 and 33. RGB value is (253,226,51). Sum of RGB (Red+Green+Blue) = 253+226+51=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 226 (88.67% from 255 or 42.64% from 530); Blue value is 51 (20.31% from 255 or 9.62% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE233 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE233 is #021DCC. Grayscale: #D6D6D6. Windows color (decimal): -138701 or 3400445. OLE color: 3400445.
HSL color Cylindrical-coordinate representation of color #FDE233: hue angle of 51.98º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDE233 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 51 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.01 |
| HSL | 51.98º | 0.98% | 0.6% | - |
| HSV(B) | 51.98º | 0.8% | 0.99% | - |
| XYZ | 68.3 | 75.51 | 14.11 | - |
| YUV | 214.12 | 35.95 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 51 | 0 | 0.11 | 0.80 | 0.01 | 51.98 | 0.98 | 0.6 |
| Hex | FD | E2 | 33 | 0 | B | 50 | 1 | 34 | 62 | 3C |
| Octal | 375 | 342 | 63 | 0 | 13 | 120 | 1 | 64 | 142 | 74 |
| Binary | 11111101 | 11100010 | 110011 | 0 | 1011 | 1010000 | 1 | 110100 | 1100010 | 111100 |
Color Harmonies of #FDE233
Complementary color
Monochromatic Colors of #FDE233
Black with #FDE233
Text Example
Text Example
White with #FDE233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE233; }
p { color: rgb(253,226,51); }
H1.HeaderClassName
{
color: #FDE233;
}
.AnyTagClassName
{
color: #FDE233;
}
</style>
background-color css
<style>
a { background-color: #FDE233; }
a { background-color: rgb(253,226,51); }
div.DivClassName
{
background-color: #FDE233;
}
.BgClassName
{
background-color: #FDE233;
}
</style>
border-color css
<style>
span { border-color: #FDE233; }
span { border-color: rgb(253,226,51); }
td.TdClassName
{
border-color: #FDE233;
}
.TagClassName
{
border-color: #FDE233;
}
</style>