Shades of Gorse #FDE03F
Tints of Gorse #FDE03F
RGB
CMYK
RGB Variations
Color information
#FDE03F (or 0xFDE03F) is known color: Gorse. HEX triplet: FD, E0 and 3F. RGB value is (253,224,63). Sum of RGB (Red+Green+Blue) = 253+224+63=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 63 (25% from 255 or 11.67% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE03F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE03F is #021FC0. Grayscale: #D6D6D6. Windows color (decimal): -139201 or 4186365. OLE color: 4186365.
HSL color Cylindrical-coordinate representation of color #FDE03F: hue angle of 50.84º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDE03F is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 63 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.01 |
| HSL | 50.84º | 0.98% | 0.62% | - |
| HSV(B) | 50.84º | 0.75% | 0.99% | - |
| XYZ | 68.06 | 74.55 | 15.51 | - |
| YUV | 214.32 | 42.61 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 63 | 0 | 0.11 | 0.75 | 0.01 | 50.84 | 0.98 | 0.62 |
| Hex | FD | E0 | 3F | 0 | B | 4B | 1 | 33 | 62 | 3E |
| Octal | 375 | 340 | 77 | 0 | 13 | 113 | 1 | 63 | 142 | 76 |
| Binary | 11111101 | 11100000 | 111111 | 0 | 1011 | 1001011 | 1 | 110011 | 1100010 | 111110 |
Color Harmonies of #FDE03F
Complementary color
Monochromatic Colors of #FDE03F
Black with #FDE03F
Text Example
Text Example
White with #FDE03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE03F; }
p { color: rgb(253,224,63); }
H1.HeaderClassName
{
color: #FDE03F;
}
.AnyTagClassName
{
color: #FDE03F;
}
</style>
background-color css
<style>
a { background-color: #FDE03F; }
a { background-color: rgb(253,224,63); }
div.DivClassName
{
background-color: #FDE03F;
}
.BgClassName
{
background-color: #FDE03F;
}
</style>
border-color css
<style>
span { border-color: #FDE03F; }
span { border-color: rgb(253,224,63); }
td.TdClassName
{
border-color: #FDE03F;
}
.TagClassName
{
border-color: #FDE03F;
}
</style>