Shades of Gorse #FFFD31
Tints of Gorse #FFFD31
RGB
CMYK
RGB Variations
Color information
#FFFD31 (or 0xFFFD31) is known color: Gorse. HEX triplet: FF, FD and 31. RGB value is (255,253,49). Sum of RGB (Red+Green+Blue) = 255+253+49=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 49 (19.53% from 255 or 8.80% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD31 is #0002CE. Grayscale: #E7E7E7. Windows color (decimal): -719 or 3276287. OLE color: 3276287.
HSL color Cylindrical-coordinate representation of color #FFFD31: hue angle of 59.42º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFFD31 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 49 | - |
| CMYK | 0 | 0.01 | 0.81 | 0 |
| HSL | 59.42º | 1% | 0.6% | - |
| HSV(B) | 59.42º | 0.81% | 1% | - |
| XYZ | 76.92 | 91.73 | 16.56 | - |
| YUV | 230.34 | 25.66 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 49 | 0 | 0.01 | 0.81 | 0 | 59.42 | 1 | 0.6 |
| Hex | FF | FD | 31 | 0 | 1 | 51 | 0 | 3B | 64 | 3C |
| Octal | 377 | 375 | 61 | 0 | 1 | 121 | 0 | 73 | 144 | 74 |
| Binary | 11111111 | 11111101 | 110001 | 0 | 1 | 1010001 | 0 | 111011 | 1100100 | 111100 |
Color Harmonies of #FFFD31
Complementary color
Monochromatic Colors of #FFFD31
Black with #FFFD31
Text Example
Text Example
White with #FFFD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD31; }
p { color: rgb(255,253,49); }
H1.HeaderClassName
{
color: #FFFD31;
}
.AnyTagClassName
{
color: #FFFD31;
}
</style>
background-color css
<style>
a { background-color: #FFFD31; }
a { background-color: rgb(255,253,49); }
div.DivClassName
{
background-color: #FFFD31;
}
.BgClassName
{
background-color: #FFFD31;
}
</style>
border-color css
<style>
span { border-color: #FFFD31; }
span { border-color: rgb(255,253,49); }
td.TdClassName
{
border-color: #FFFD31;
}
.TagClassName
{
border-color: #FFFD31;
}
</style>