Shades of Gorse #FDF735
Tints of Gorse #FDF735
RGB
CMYK
RGB Variations
Color information
#FDF735 (or 0xFDF735) is known color: Gorse. HEX triplet: FD, F7 and 35. RGB value is (253,247,53). Sum of RGB (Red+Green+Blue) = 253+247+53=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 247 (96.88% from 255 or 44.67% from 553); Blue value is 53 (21.09% from 255 or 9.58% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF735 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF735 is #0208CA. Grayscale: #E3E3E3. Windows color (decimal): -133323 or 3536893. OLE color: 3536893.
HSL color Cylindrical-coordinate representation of color #FDF735: hue angle of 58.2º 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 #FDF735 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 53 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.01 |
| HSL | 58.2º | 0.98% | 0.6% | - |
| HSV(B) | 58.2º | 0.79% | 0.99% | - |
| XYZ | 74.41 | 87.66 | 16.37 | - |
| YUV | 226.68 | 29.99 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 53 | 0 | 0.02 | 0.79 | 0.01 | 58.2 | 0.98 | 0.6 |
| Hex | FD | F7 | 35 | 0 | 2 | 4F | 1 | 3A | 62 | 3C |
| Octal | 375 | 367 | 65 | 0 | 2 | 117 | 1 | 72 | 142 | 74 |
| Binary | 11111101 | 11110111 | 110101 | 0 | 10 | 1001111 | 1 | 111010 | 1100010 | 111100 |
Color Harmonies of #FDF735
Complementary color
Monochromatic Colors of #FDF735
Black with #FDF735
Text Example
Text Example
White with #FDF735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF735; }
p { color: rgb(253,247,53); }
H1.HeaderClassName
{
color: #FDF735;
}
.AnyTagClassName
{
color: #FDF735;
}
</style>
background-color css
<style>
a { background-color: #FDF735; }
a { background-color: rgb(253,247,53); }
div.DivClassName
{
background-color: #FDF735;
}
.BgClassName
{
background-color: #FDF735;
}
</style>
border-color css
<style>
span { border-color: #FDF735; }
span { border-color: rgb(253,247,53); }
td.TdClassName
{
border-color: #FDF735;
}
.TagClassName
{
border-color: #FDF735;
}
</style>