Shades of Gorse #FDF127
Tints of Gorse #FDF127
RGB
CMYK
RGB Variations
Color information
#FDF127 (or 0xFDF127) is known color: Gorse. HEX triplet: FD, F1 and 27. RGB value is (253,241,39). Sum of RGB (Red+Green+Blue) = 253+241+39=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 39 (15.62% from 255 or 7.32% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF127 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF127 is #020ED8. Grayscale: #DEDEDE. Windows color (decimal): -134873 or 2617853. OLE color: 2617853.
HSL color Cylindrical-coordinate representation of color #FDF127: hue angle of 56.64º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FDF127 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 39 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.01 |
| HSL | 56.64º | 0.98% | 0.57% | - |
| HSV(B) | 56.64º | 0.85% | 0.99% | - |
| XYZ | 72.33 | 83.94 | 14.31 | - |
| YUV | 221.56 | 24.98 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 39 | 0 | 0.05 | 0.85 | 0.01 | 56.64 | 0.98 | 0.57 |
| Hex | FD | F1 | 27 | 0 | 5 | 55 | 1 | 39 | 62 | 39 |
| Octal | 375 | 361 | 47 | 0 | 5 | 125 | 1 | 71 | 142 | 71 |
| Binary | 11111101 | 11110001 | 100111 | 0 | 101 | 1010101 | 1 | 111001 | 1100010 | 111001 |
Color Harmonies of #FDF127
Complementary color
Monochromatic Colors of #FDF127
Black with #FDF127
Text Example
Text Example
White with #FDF127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF127; }
p { color: rgb(253,241,39); }
H1.HeaderClassName
{
color: #FDF127;
}
.AnyTagClassName
{
color: #FDF127;
}
</style>
background-color css
<style>
a { background-color: #FDF127; }
a { background-color: rgb(253,241,39); }
div.DivClassName
{
background-color: #FDF127;
}
.BgClassName
{
background-color: #FDF127;
}
</style>
border-color css
<style>
span { border-color: #FDF127; }
span { border-color: rgb(253,241,39); }
td.TdClassName
{
border-color: #FDF127;
}
.TagClassName
{
border-color: #FDF127;
}
</style>