Shades of Gorse #FDD93B
Tints of Gorse #FDD93B
RGB
CMYK
RGB Variations
Color information
#FDD93B (or 0xFDD93B) is known color: Gorse. HEX triplet: FD, D9 and 3B. RGB value is (253,217,59). Sum of RGB (Red+Green+Blue) = 253+217+59=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 59 (23.44% from 255 or 11.15% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD93B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD93B is #0226C4. Grayscale: #D2D2D2. Windows color (decimal): -140997 or 3922429. OLE color: 3922429.
HSL color Cylindrical-coordinate representation of color #FDD93B: hue angle of 48.87º 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 #FDD93B is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 59 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.01 |
| HSL | 48.87º | 0.98% | 0.61% | - |
| HSV(B) | 48.87º | 0.77% | 0.99% | - |
| XYZ | 66.11 | 70.82 | 14.32 | - |
| YUV | 209.75 | 42.93 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 59 | 0 | 0.14 | 0.77 | 0.01 | 48.87 | 0.98 | 0.61 |
| Hex | FD | D9 | 3B | 0 | E | 4D | 1 | 31 | 62 | 3D |
| Octal | 375 | 331 | 73 | 0 | 16 | 115 | 1 | 61 | 142 | 75 |
| Binary | 11111101 | 11011001 | 111011 | 0 | 1110 | 1001101 | 1 | 110001 | 1100010 | 111101 |
Color Harmonies of #FDD93B
Complementary color
Monochromatic Colors of #FDD93B
Black with #FDD93B
Text Example
Text Example
White with #FDD93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD93B; }
p { color: rgb(253,217,59); }
H1.HeaderClassName
{
color: #FDD93B;
}
.AnyTagClassName
{
color: #FDD93B;
}
</style>
background-color css
<style>
a { background-color: #FDD93B; }
a { background-color: rgb(253,217,59); }
div.DivClassName
{
background-color: #FDD93B;
}
.BgClassName
{
background-color: #FDD93B;
}
</style>
border-color css
<style>
span { border-color: #FDD93B; }
span { border-color: rgb(253,217,59); }
td.TdClassName
{
border-color: #FDD93B;
}
.TagClassName
{
border-color: #FDD93B;
}
</style>