Shades of Gorse #FDF033
Tints of Gorse #FDF033
RGB
CMYK
RGB Variations
Color information
#FDF033 (or 0xFDF033) is known color: Gorse. HEX triplet: FD, F0 and 33. RGB value is (253,240,51). Sum of RGB (Red+Green+Blue) = 253+240+51=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 51 (20.31% from 255 or 9.38% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF033 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF033 is #020FCC. Grayscale: #DFDFDF. Windows color (decimal): -135117 or 3404029. OLE color: 3404029.
HSL color Cylindrical-coordinate representation of color #FDF033: hue angle of 56.14º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDF033 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 51 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.01 |
| HSL | 56.14º | 0.98% | 0.6% | - |
| HSV(B) | 56.14º | 0.8% | 0.99% | - |
| XYZ | 72.27 | 83.44 | 15.43 | - |
| YUV | 222.34 | 31.31 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 51 | 0 | 0.05 | 0.80 | 0.01 | 56.14 | 0.98 | 0.6 |
| Hex | FD | F0 | 33 | 0 | 5 | 50 | 1 | 38 | 62 | 3C |
| Octal | 375 | 360 | 63 | 0 | 5 | 120 | 1 | 70 | 142 | 74 |
| Binary | 11111101 | 11110000 | 110011 | 0 | 101 | 1010000 | 1 | 111000 | 1100010 | 111100 |
Color Harmonies of #FDF033
Complementary color
Monochromatic Colors of #FDF033
Black with #FDF033
Text Example
Text Example
White with #FDF033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF033; }
p { color: rgb(253,240,51); }
H1.HeaderClassName
{
color: #FDF033;
}
.AnyTagClassName
{
color: #FDF033;
}
</style>
background-color css
<style>
a { background-color: #FDF033; }
a { background-color: rgb(253,240,51); }
div.DivClassName
{
background-color: #FDF033;
}
.BgClassName
{
background-color: #FDF033;
}
</style>
border-color css
<style>
span { border-color: #FDF033; }
span { border-color: rgb(253,240,51); }
td.TdClassName
{
border-color: #FDF033;
}
.TagClassName
{
border-color: #FDF033;
}
</style>