Shades of Gorse #FFFD2A
Tints of Gorse #FFFD2A
RGB
CMYK
RGB Variations
Color information
#FFFD2A (or 0xFFFD2A) is known color: Gorse. HEX triplet: FF, FD and 2A. RGB value is (255,253,42). Sum of RGB (Red+Green+Blue) = 255+253+42=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 42 (16.80% from 255 or 7.64% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD2A is #0002D5. Grayscale: #E6E6E6. Windows color (decimal): -726 or 2817535. OLE color: 2817535.
HSL color Cylindrical-coordinate representation of color #FFFD2A: hue angle of 59.44º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFFD2A is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 42 | - |
| CMYK | 0 | 0.01 | 0.84 | 0 |
| HSL | 59.44º | 1% | 0.58% | - |
| HSV(B) | 59.44º | 0.84% | 1% | - |
| XYZ | 76.78 | 91.68 | 15.84 | - |
| YUV | 229.54 | 22.16 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 42 | 0 | 0.01 | 0.84 | 0 | 59.44 | 1 | 0.58 |
| Hex | FF | FD | 2A | 0 | 1 | 54 | 0 | 3B | 64 | 3A |
| Octal | 377 | 375 | 52 | 0 | 1 | 124 | 0 | 73 | 144 | 72 |
| Binary | 11111111 | 11111101 | 101010 | 0 | 1 | 1010100 | 0 | 111011 | 1100100 | 111010 |
Color Harmonies of #FFFD2A
Complementary color
Monochromatic Colors of #FFFD2A
Black with #FFFD2A
Text Example
Text Example
White with #FFFD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD2A; }
p { color: rgb(255,253,42); }
H1.HeaderClassName
{
color: #FFFD2A;
}
.AnyTagClassName
{
color: #FFFD2A;
}
</style>
background-color css
<style>
a { background-color: #FFFD2A; }
a { background-color: rgb(255,253,42); }
div.DivClassName
{
background-color: #FFFD2A;
}
.BgClassName
{
background-color: #FFFD2A;
}
</style>
border-color css
<style>
span { border-color: #FFFD2A; }
span { border-color: rgb(255,253,42); }
td.TdClassName
{
border-color: #FFFD2A;
}
.TagClassName
{
border-color: #FFFD2A;
}
</style>