Shades of Gorse #FDF72F
Tints of Gorse #FDF72F
RGB
CMYK
RGB Variations
Color information
#FDF72F (or 0xFDF72F) is known color: Gorse. HEX triplet: FD, F7 and 2F. RGB value is (253,247,47). Sum of RGB (Red+Green+Blue) = 253+247+47=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 47 (18.75% from 255 or 8.59% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF72F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF72F is #0208D0. Grayscale: #E2E2E2. Windows color (decimal): -133329 or 3143677. OLE color: 3143677.
HSL color Cylindrical-coordinate representation of color #FDF72F: hue angle of 58.25º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDF72F is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 47 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.01 |
| HSL | 58.25º | 0.98% | 0.59% | - |
| HSV(B) | 58.25º | 0.81% | 0.99% | - |
| XYZ | 74.28 | 87.61 | 15.68 | - |
| YUV | 225.99 | 26.99 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 47 | 0 | 0.02 | 0.81 | 0.01 | 58.25 | 0.98 | 0.59 |
| Hex | FD | F7 | 2F | 0 | 2 | 51 | 1 | 3A | 62 | 3B |
| Octal | 375 | 367 | 57 | 0 | 2 | 121 | 1 | 72 | 142 | 73 |
| Binary | 11111101 | 11110111 | 101111 | 0 | 10 | 1010001 | 1 | 111010 | 1100010 | 111011 |
Color Harmonies of #FDF72F
Complementary color
Monochromatic Colors of #FDF72F
Black with #FDF72F
Text Example
Text Example
White with #FDF72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF72F; }
p { color: rgb(253,247,47); }
H1.HeaderClassName
{
color: #FDF72F;
}
.AnyTagClassName
{
color: #FDF72F;
}
</style>
background-color css
<style>
a { background-color: #FDF72F; }
a { background-color: rgb(253,247,47); }
div.DivClassName
{
background-color: #FDF72F;
}
.BgClassName
{
background-color: #FDF72F;
}
</style>
border-color css
<style>
span { border-color: #FDF72F; }
span { border-color: rgb(253,247,47); }
td.TdClassName
{
border-color: #FDF72F;
}
.TagClassName
{
border-color: #FDF72F;
}
</style>