Shades of Gorse #FDF03F
Tints of Gorse #FDF03F
RGB
CMYK
RGB Variations
Color information
#FDF03F (or 0xFDF03F) is known color: Gorse. HEX triplet: FD, F0 and 3F. RGB value is (253,240,63). Sum of RGB (Red+Green+Blue) = 253+240+63=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 63 (25% from 255 or 11.33% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF03F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF03F is #020FC0. Grayscale: #E0E0E0. Windows color (decimal): -135105 or 4190461. OLE color: 4190461.
HSL color Cylindrical-coordinate representation of color #FDF03F: hue angle of 55.89º 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 #FDF03F is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 63 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.01 |
| HSL | 55.89º | 0.98% | 0.62% | - |
| HSV(B) | 55.89º | 0.75% | 0.99% | - |
| XYZ | 72.57 | 83.56 | 17.01 | - |
| YUV | 223.71 | 37.31 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 63 | 0 | 0.05 | 0.75 | 0.01 | 55.89 | 0.98 | 0.62 |
| Hex | FD | F0 | 3F | 0 | 5 | 4B | 1 | 38 | 62 | 3E |
| Octal | 375 | 360 | 77 | 0 | 5 | 113 | 1 | 70 | 142 | 76 |
| Binary | 11111101 | 11110000 | 111111 | 0 | 101 | 1001011 | 1 | 111000 | 1100010 | 111110 |
Color Harmonies of #FDF03F
Complementary color
Monochromatic Colors of #FDF03F
Black with #FDF03F
Text Example
Text Example
White with #FDF03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF03F; }
p { color: rgb(253,240,63); }
H1.HeaderClassName
{
color: #FDF03F;
}
.AnyTagClassName
{
color: #FDF03F;
}
</style>
background-color css
<style>
a { background-color: #FDF03F; }
a { background-color: rgb(253,240,63); }
div.DivClassName
{
background-color: #FDF03F;
}
.BgClassName
{
background-color: #FDF03F;
}
</style>
border-color css
<style>
span { border-color: #FDF03F; }
span { border-color: rgb(253,240,63); }
td.TdClassName
{
border-color: #FDF03F;
}
.TagClassName
{
border-color: #FDF03F;
}
</style>