Shades of Gorse #FDF128
Tints of Gorse #FDF128
RGB
CMYK
RGB Variations
Color information
#FDF128 (or 0xFDF128) is known color: Gorse. HEX triplet: FD, F1 and 28. RGB value is (253,241,40). Sum of RGB (Red+Green+Blue) = 253+241+40=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 40 (16.02% from 255 or 7.49% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF128 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF128 is #020ED7. Grayscale: #DEDEDE. Windows color (decimal): -134872 or 2683389. OLE color: 2683389.
HSL color Cylindrical-coordinate representation of color #FDF128: hue angle of 56.62º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDF128 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 40 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.01 |
| HSL | 56.62º | 0.98% | 0.57% | - |
| HSV(B) | 56.62º | 0.84% | 0.99% | - |
| XYZ | 72.35 | 83.95 | 14.4 | - |
| YUV | 221.67 | 25.48 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 40 | 0 | 0.05 | 0.84 | 0.01 | 56.62 | 0.98 | 0.57 |
| Hex | FD | F1 | 28 | 0 | 5 | 54 | 1 | 39 | 62 | 39 |
| Octal | 375 | 361 | 50 | 0 | 5 | 124 | 1 | 71 | 142 | 71 |
| Binary | 11111101 | 11110001 | 101000 | 0 | 101 | 1010100 | 1 | 111001 | 1100010 | 111001 |
Color Harmonies of #FDF128
Complementary color
Monochromatic Colors of #FDF128
Black with #FDF128
Text Example
Text Example
White with #FDF128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF128; }
p { color: rgb(253,241,40); }
H1.HeaderClassName
{
color: #FDF128;
}
.AnyTagClassName
{
color: #FDF128;
}
</style>
background-color css
<style>
a { background-color: #FDF128; }
a { background-color: rgb(253,241,40); }
div.DivClassName
{
background-color: #FDF128;
}
.BgClassName
{
background-color: #FDF128;
}
</style>
border-color css
<style>
span { border-color: #FDF128; }
span { border-color: rgb(253,241,40); }
td.TdClassName
{
border-color: #FDF128;
}
.TagClassName
{
border-color: #FDF128;
}
</style>