Shades of Gorse #FDF92A
Tints of Gorse #FDF92A
RGB
CMYK
RGB Variations
Color information
#FDF92A (or 0xFDF92A) is known color: Gorse. HEX triplet: FD, F9 and 2A. RGB value is (253,249,42). Sum of RGB (Red+Green+Blue) = 253+249+42=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 42 (16.80% from 255 or 7.72% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF92A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF92A is #0206D5. Grayscale: #E3E3E3. Windows color (decimal): -132822 or 2816509. OLE color: 2816509.
HSL color Cylindrical-coordinate representation of color #FDF92A: hue angle of 58.86º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDF92A is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 42 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.01 |
| HSL | 58.86º | 0.98% | 0.58% | - |
| HSV(B) | 58.86º | 0.83% | 0.99% | - |
| XYZ | 74.8 | 88.8 | 15.39 | - |
| YUV | 226.6 | 23.83 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 42 | 0 | 0.02 | 0.83 | 0.01 | 58.86 | 0.98 | 0.58 |
| Hex | FD | F9 | 2A | 0 | 2 | 53 | 1 | 3B | 62 | 3A |
| Octal | 375 | 371 | 52 | 0 | 2 | 123 | 1 | 73 | 142 | 72 |
| Binary | 11111101 | 11111001 | 101010 | 0 | 10 | 1010011 | 1 | 111011 | 1100010 | 111010 |
Color Harmonies of #FDF92A
Complementary color
Monochromatic Colors of #FDF92A
Black with #FDF92A
Text Example
Text Example
White with #FDF92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF92A; }
p { color: rgb(253,249,42); }
H1.HeaderClassName
{
color: #FDF92A;
}
.AnyTagClassName
{
color: #FDF92A;
}
</style>
background-color css
<style>
a { background-color: #FDF92A; }
a { background-color: rgb(253,249,42); }
div.DivClassName
{
background-color: #FDF92A;
}
.BgClassName
{
background-color: #FDF92A;
}
</style>
border-color css
<style>
span { border-color: #FDF92A; }
span { border-color: rgb(253,249,42); }
td.TdClassName
{
border-color: #FDF92A;
}
.TagClassName
{
border-color: #FDF92A;
}
</style>