Shades of Gorse #FDF736
Tints of Gorse #FDF736
RGB
CMYK
RGB Variations
Color information
#FDF736 (or 0xFDF736) is known color: Gorse. HEX triplet: FD, F7 and 36. RGB value is (253,247,54). Sum of RGB (Red+Green+Blue) = 253+247+54=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 247 (96.88% from 255 or 44.58% from 554); Blue value is 54 (21.48% from 255 or 9.75% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF736 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF736 is #0208C9. Grayscale: #E3E3E3. Windows color (decimal): -133322 or 3602429. OLE color: 3602429.
HSL color Cylindrical-coordinate representation of color #FDF736: hue angle of 58.19º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FDF736 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 54 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.01 |
| HSL | 58.19º | 0.98% | 0.6% | - |
| HSV(B) | 58.19º | 0.79% | 0.99% | - |
| XYZ | 74.43 | 87.67 | 16.49 | - |
| YUV | 226.79 | 30.49 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 54 | 0 | 0.02 | 0.79 | 0.01 | 58.19 | 0.98 | 0.6 |
| Hex | FD | F7 | 36 | 0 | 2 | 4F | 1 | 3A | 62 | 3C |
| Octal | 375 | 367 | 66 | 0 | 2 | 117 | 1 | 72 | 142 | 74 |
| Binary | 11111101 | 11110111 | 110110 | 0 | 10 | 1001111 | 1 | 111010 | 1100010 | 111100 |
Color Harmonies of #FDF736
Complementary color
Monochromatic Colors of #FDF736
Black with #FDF736
Text Example
Text Example
White with #FDF736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF736; }
p { color: rgb(253,247,54); }
H1.HeaderClassName
{
color: #FDF736;
}
.AnyTagClassName
{
color: #FDF736;
}
</style>
background-color css
<style>
a { background-color: #FDF736; }
a { background-color: rgb(253,247,54); }
div.DivClassName
{
background-color: #FDF736;
}
.BgClassName
{
background-color: #FDF736;
}
</style>
border-color css
<style>
span { border-color: #FDF736; }
span { border-color: rgb(253,247,54); }
td.TdClassName
{
border-color: #FDF736;
}
.TagClassName
{
border-color: #FDF736;
}
</style>