Shades of Gorse #FDF72D
Tints of Gorse #FDF72D
RGB
CMYK
RGB Variations
Color information
#FDF72D (or 0xFDF72D) is known color: Gorse. HEX triplet: FD, F7 and 2D. RGB value is (253,247,45). Sum of RGB (Red+Green+Blue) = 253+247+45=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 247 (96.88% from 255 or 45.32% from 545); Blue value is 45 (17.97% from 255 or 8.26% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF72D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF72D is #0208D2. Grayscale: #E2E2E2. Windows color (decimal): -133331 or 3012605. OLE color: 3012605.
HSL color Cylindrical-coordinate representation of color #FDF72D: hue angle of 58.27º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDF72D is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 45 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.01 |
| HSL | 58.27º | 0.98% | 0.58% | - |
| HSV(B) | 58.27º | 0.82% | 0.99% | - |
| XYZ | 74.24 | 87.59 | 15.48 | - |
| YUV | 225.77 | 25.99 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 45 | 0 | 0.02 | 0.82 | 0.01 | 58.27 | 0.98 | 0.58 |
| Hex | FD | F7 | 2D | 0 | 2 | 52 | 1 | 3A | 62 | 3A |
| Octal | 375 | 367 | 55 | 0 | 2 | 122 | 1 | 72 | 142 | 72 |
| Binary | 11111101 | 11110111 | 101101 | 0 | 10 | 1010010 | 1 | 111010 | 1100010 | 111010 |
Color Harmonies of #FDF72D
Complementary color
Monochromatic Colors of #FDF72D
Black with #FDF72D
Text Example
Text Example
White with #FDF72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF72D; }
p { color: rgb(253,247,45); }
H1.HeaderClassName
{
color: #FDF72D;
}
.AnyTagClassName
{
color: #FDF72D;
}
</style>
background-color css
<style>
a { background-color: #FDF72D; }
a { background-color: rgb(253,247,45); }
div.DivClassName
{
background-color: #FDF72D;
}
.BgClassName
{
background-color: #FDF72D;
}
</style>
border-color css
<style>
span { border-color: #FDF72D; }
span { border-color: rgb(253,247,45); }
td.TdClassName
{
border-color: #FDF72D;
}
.TagClassName
{
border-color: #FDF72D;
}
</style>