Shades of Gorse #FDF43A
Tints of Gorse #FDF43A
RGB
CMYK
RGB Variations
Color information
#FDF43A (or 0xFDF43A) is known color: Gorse. HEX triplet: FD, F4 and 3A. RGB value is (253,244,58). Sum of RGB (Red+Green+Blue) = 253+244+58=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 244 (95.70% from 255 or 43.96% from 555); Blue value is 58 (23.05% from 255 or 10.45% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF43A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF43A is #020BC5. Grayscale: #E2E2E2. Windows color (decimal): -134086 or 3863805. OLE color: 3863805.
HSL color Cylindrical-coordinate representation of color #FDF43A: hue angle of 57.23º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDF43A is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 58 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.01 |
| HSL | 57.23º | 0.98% | 0.61% | - |
| HSV(B) | 57.23º | 0.77% | 0.99% | - |
| XYZ | 73.62 | 85.89 | 16.7 | - |
| YUV | 225.49 | 33.48 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 58 | 0 | 0.04 | 0.77 | 0.01 | 57.23 | 0.98 | 0.61 |
| Hex | FD | F4 | 3A | 0 | 4 | 4D | 1 | 39 | 62 | 3D |
| Octal | 375 | 364 | 72 | 0 | 4 | 115 | 1 | 71 | 142 | 75 |
| Binary | 11111101 | 11110100 | 111010 | 0 | 100 | 1001101 | 1 | 111001 | 1100010 | 111101 |
Color Harmonies of #FDF43A
Complementary color
Monochromatic Colors of #FDF43A
Black with #FDF43A
Text Example
Text Example
White with #FDF43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF43A; }
p { color: rgb(253,244,58); }
H1.HeaderClassName
{
color: #FDF43A;
}
.AnyTagClassName
{
color: #FDF43A;
}
</style>
background-color css
<style>
a { background-color: #FDF43A; }
a { background-color: rgb(253,244,58); }
div.DivClassName
{
background-color: #FDF43A;
}
.BgClassName
{
background-color: #FDF43A;
}
</style>
border-color css
<style>
span { border-color: #FDF43A; }
span { border-color: rgb(253,244,58); }
td.TdClassName
{
border-color: #FDF43A;
}
.TagClassName
{
border-color: #FDF43A;
}
</style>