Shades of Gorse #FFFD30
Tints of Gorse #FFFD30
RGB
CMYK
RGB Variations
Color information
#FFFD30 (or 0xFFFD30) is known color: Gorse. HEX triplet: FF, FD and 30. RGB value is (255,253,48). Sum of RGB (Red+Green+Blue) = 255+253+48=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 48 (19.14% from 255 or 8.63% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD30 is #0002CF. Grayscale: #E7E7E7. Windows color (decimal): -720 or 3210751. OLE color: 3210751.
HSL color Cylindrical-coordinate representation of color #FFFD30: hue angle of 59.42º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFFD30 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 48 | - |
| CMYK | 0 | 0.01 | 0.81 | 0 |
| HSL | 59.42º | 1% | 0.59% | - |
| HSV(B) | 59.42º | 0.81% | 1% | - |
| XYZ | 76.9 | 91.72 | 16.45 | - |
| YUV | 230.23 | 25.16 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 48 | 0 | 0.01 | 0.81 | 0 | 59.42 | 1 | 0.59 |
| Hex | FF | FD | 30 | 0 | 1 | 51 | 0 | 3B | 64 | 3B |
| Octal | 377 | 375 | 60 | 0 | 1 | 121 | 0 | 73 | 144 | 73 |
| Binary | 11111111 | 11111101 | 110000 | 0 | 1 | 1010001 | 0 | 111011 | 1100100 | 111011 |
Color Harmonies of #FFFD30
Complementary color
Monochromatic Colors of #FFFD30
Black with #FFFD30
Text Example
Text Example
White with #FFFD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD30; }
p { color: rgb(255,253,48); }
H1.HeaderClassName
{
color: #FFFD30;
}
.AnyTagClassName
{
color: #FFFD30;
}
</style>
background-color css
<style>
a { background-color: #FFFD30; }
a { background-color: rgb(255,253,48); }
div.DivClassName
{
background-color: #FFFD30;
}
.BgClassName
{
background-color: #FFFD30;
}
</style>
border-color css
<style>
span { border-color: #FFFD30; }
span { border-color: rgb(255,253,48); }
td.TdClassName
{
border-color: #FFFD30;
}
.TagClassName
{
border-color: #FFFD30;
}
</style>