Shades of Gorse #FDD92C
Tints of Gorse #FDD92C
RGB
CMYK
RGB Variations
Color information
#FDD92C (or 0xFDD92C) is known color: Gorse. HEX triplet: FD, D9 and 2C. RGB value is (253,217,44). Sum of RGB (Red+Green+Blue) = 253+217+44=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 44 (17.58% from 255 or 8.56% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD92C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD92C is #0226D3. Grayscale: #D0D0D0. Windows color (decimal): -141012 or 2939389. OLE color: 2939389.
HSL color Cylindrical-coordinate representation of color #FDD92C: hue angle of 49.67º 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 #FDD92C is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 44 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.01 |
| HSL | 49.67º | 0.98% | 0.58% | - |
| HSV(B) | 49.67º | 0.83% | 0.99% | - |
| XYZ | 65.78 | 70.69 | 12.56 | - |
| YUV | 208.04 | 35.43 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 44 | 0 | 0.14 | 0.83 | 0.01 | 49.67 | 0.98 | 0.58 |
| Hex | FD | D9 | 2C | 0 | E | 53 | 1 | 32 | 62 | 3A |
| Octal | 375 | 331 | 54 | 0 | 16 | 123 | 1 | 62 | 142 | 72 |
| Binary | 11111101 | 11011001 | 101100 | 0 | 1110 | 1010011 | 1 | 110010 | 1100010 | 111010 |
Color Harmonies of #FDD92C
Complementary color
Monochromatic Colors of #FDD92C
Black with #FDD92C
Text Example
Text Example
White with #FDD92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD92C; }
p { color: rgb(253,217,44); }
H1.HeaderClassName
{
color: #FDD92C;
}
.AnyTagClassName
{
color: #FDD92C;
}
</style>
background-color css
<style>
a { background-color: #FDD92C; }
a { background-color: rgb(253,217,44); }
div.DivClassName
{
background-color: #FDD92C;
}
.BgClassName
{
background-color: #FDD92C;
}
</style>
border-color css
<style>
span { border-color: #FDD92C; }
span { border-color: rgb(253,217,44); }
td.TdClassName
{
border-color: #FDD92C;
}
.TagClassName
{
border-color: #FDD92C;
}
</style>