Shades of Gorse #FDF235
Tints of Gorse #FDF235
RGB
CMYK
RGB Variations
Color information
#FDF235 (or 0xFDF235) is known color: Gorse. HEX triplet: FD, F2 and 35. RGB value is (253,242,53). Sum of RGB (Red+Green+Blue) = 253+242+53=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 53 (21.09% from 255 or 9.67% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF235 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF235 is #020DCA. Grayscale: #E0E0E0. Windows color (decimal): -134603 or 3535613. OLE color: 3535613.
HSL color Cylindrical-coordinate representation of color #FDF235: hue angle of 56.7º 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 #FDF235 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 53 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.01 |
| HSL | 56.7º | 0.98% | 0.6% | - |
| HSV(B) | 56.7º | 0.79% | 0.99% | - |
| XYZ | 72.9 | 84.64 | 15.86 | - |
| YUV | 223.74 | 31.64 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 53 | 0 | 0.04 | 0.79 | 0.01 | 56.7 | 0.98 | 0.6 |
| Hex | FD | F2 | 35 | 0 | 4 | 4F | 1 | 39 | 62 | 3C |
| Octal | 375 | 362 | 65 | 0 | 4 | 117 | 1 | 71 | 142 | 74 |
| Binary | 11111101 | 11110010 | 110101 | 0 | 100 | 1001111 | 1 | 111001 | 1100010 | 111100 |
Color Harmonies of #FDF235
Complementary color
Monochromatic Colors of #FDF235
Black with #FDF235
Text Example
Text Example
White with #FDF235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF235; }
p { color: rgb(253,242,53); }
H1.HeaderClassName
{
color: #FDF235;
}
.AnyTagClassName
{
color: #FDF235;
}
</style>
background-color css
<style>
a { background-color: #FDF235; }
a { background-color: rgb(253,242,53); }
div.DivClassName
{
background-color: #FDF235;
}
.BgClassName
{
background-color: #FDF235;
}
</style>
border-color css
<style>
span { border-color: #FDF235; }
span { border-color: rgb(253,242,53); }
td.TdClassName
{
border-color: #FDF235;
}
.TagClassName
{
border-color: #FDF235;
}
</style>