Shades of Gorse #FDF72A
Tints of Gorse #FDF72A
RGB
CMYK
RGB Variations
Color information
#FDF72A (or 0xFDF72A) is known color: Gorse. HEX triplet: FD, F7 and 2A. RGB value is (253,247,42). Sum of RGB (Red+Green+Blue) = 253+247+42=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 42 (16.80% from 255 or 7.75% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF72A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF72A is #0208D5. Grayscale: #E2E2E2. Windows color (decimal): -133334 or 2815997. OLE color: 2815997.
HSL color Cylindrical-coordinate representation of color #FDF72A: hue angle of 58.29º 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 #FDF72A is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 42 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.01 |
| HSL | 58.29º | 0.98% | 0.58% | - |
| HSV(B) | 58.29º | 0.83% | 0.99% | - |
| XYZ | 74.19 | 87.57 | 15.18 | - |
| YUV | 225.42 | 24.49 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 42 | 0 | 0.02 | 0.83 | 0.01 | 58.29 | 0.98 | 0.58 |
| Hex | FD | F7 | 2A | 0 | 2 | 53 | 1 | 3A | 62 | 3A |
| Octal | 375 | 367 | 52 | 0 | 2 | 123 | 1 | 72 | 142 | 72 |
| Binary | 11111101 | 11110111 | 101010 | 0 | 10 | 1010011 | 1 | 111010 | 1100010 | 111010 |
Color Harmonies of #FDF72A
Complementary color
Monochromatic Colors of #FDF72A
Black with #FDF72A
Text Example
Text Example
White with #FDF72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF72A; }
p { color: rgb(253,247,42); }
H1.HeaderClassName
{
color: #FDF72A;
}
.AnyTagClassName
{
color: #FDF72A;
}
</style>
background-color css
<style>
a { background-color: #FDF72A; }
a { background-color: rgb(253,247,42); }
div.DivClassName
{
background-color: #FDF72A;
}
.BgClassName
{
background-color: #FDF72A;
}
</style>
border-color css
<style>
span { border-color: #FDF72A; }
span { border-color: rgb(253,247,42); }
td.TdClassName
{
border-color: #FDF72A;
}
.TagClassName
{
border-color: #FDF72A;
}
</style>