Shades of Gorse #FDD93A
Tints of Gorse #FDD93A
RGB
CMYK
RGB Variations
Color information
#FDD93A (or 0xFDD93A) is known color: Gorse. HEX triplet: FD, D9 and 3A. RGB value is (253,217,58). Sum of RGB (Red+Green+Blue) = 253+217+58=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 58 (23.05% from 255 or 10.98% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD93A is #0226C5. Grayscale: #D2D2D2. Windows color (decimal): -140998 or 3856893. OLE color: 3856893.
HSL color Cylindrical-coordinate representation of color #FDD93A: hue angle of 48.92º 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 #FDD93A is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 58 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.01 |
| HSL | 48.92º | 0.98% | 0.61% | - |
| HSV(B) | 48.92º | 0.77% | 0.99% | - |
| XYZ | 66.08 | 70.81 | 14.19 | - |
| YUV | 209.64 | 42.43 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 58 | 0 | 0.14 | 0.77 | 0.01 | 48.92 | 0.98 | 0.61 |
| Hex | FD | D9 | 3A | 0 | E | 4D | 1 | 31 | 62 | 3D |
| Octal | 375 | 331 | 72 | 0 | 16 | 115 | 1 | 61 | 142 | 75 |
| Binary | 11111101 | 11011001 | 111010 | 0 | 1110 | 1001101 | 1 | 110001 | 1100010 | 111101 |
Color Harmonies of #FDD93A
Complementary color
Monochromatic Colors of #FDD93A
Black with #FDD93A
Text Example
Text Example
White with #FDD93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD93A; }
p { color: rgb(253,217,58); }
H1.HeaderClassName
{
color: #FDD93A;
}
.AnyTagClassName
{
color: #FDD93A;
}
</style>
background-color css
<style>
a { background-color: #FDD93A; }
a { background-color: rgb(253,217,58); }
div.DivClassName
{
background-color: #FDD93A;
}
.BgClassName
{
background-color: #FDD93A;
}
</style>
border-color css
<style>
span { border-color: #FDD93A; }
span { border-color: rgb(253,217,58); }
td.TdClassName
{
border-color: #FDD93A;
}
.TagClassName
{
border-color: #FDD93A;
}
</style>