Shades of Gorse #FDF33B
Tints of Gorse #FDF33B
RGB
CMYK
RGB Variations
Color information
#FDF33B (or 0xFDF33B) is known color: Gorse. HEX triplet: FD, F3 and 3B. RGB value is (253,243,59). Sum of RGB (Red+Green+Blue) = 253+243+59=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 243 (95.31% from 255 or 43.78% from 555); Blue value is 59 (23.44% from 255 or 10.63% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF33B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF33B is #020CC4. Grayscale: #E1E1E1. Windows color (decimal): -134341 or 3929085. OLE color: 3929085.
HSL color Cylindrical-coordinate representation of color #FDF33B: hue angle of 56.91º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDF33B is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 59 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.01 |
| HSL | 56.91º | 0.98% | 0.61% | - |
| HSV(B) | 56.91º | 0.77% | 0.99% | - |
| XYZ | 73.35 | 85.3 | 16.74 | - |
| YUV | 225.01 | 34.31 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 59 | 0 | 0.04 | 0.77 | 0.01 | 56.91 | 0.98 | 0.61 |
| Hex | FD | F3 | 3B | 0 | 4 | 4D | 1 | 39 | 62 | 3D |
| Octal | 375 | 363 | 73 | 0 | 4 | 115 | 1 | 71 | 142 | 75 |
| Binary | 11111101 | 11110011 | 111011 | 0 | 100 | 1001101 | 1 | 111001 | 1100010 | 111101 |
Color Harmonies of #FDF33B
Complementary color
Monochromatic Colors of #FDF33B
Black with #FDF33B
Text Example
Text Example
White with #FDF33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF33B; }
p { color: rgb(253,243,59); }
H1.HeaderClassName
{
color: #FDF33B;
}
.AnyTagClassName
{
color: #FDF33B;
}
</style>
background-color css
<style>
a { background-color: #FDF33B; }
a { background-color: rgb(253,243,59); }
div.DivClassName
{
background-color: #FDF33B;
}
.BgClassName
{
background-color: #FDF33B;
}
</style>
border-color css
<style>
span { border-color: #FDF33B; }
span { border-color: rgb(253,243,59); }
td.TdClassName
{
border-color: #FDF33B;
}
.TagClassName
{
border-color: #FDF33B;
}
</style>