Shades of Gorse #FDD93D
Tints of Gorse #FDD93D
RGB
CMYK
RGB Variations
Color information
#FDD93D (or 0xFDD93D) is known color: Gorse. HEX triplet: FD, D9 and 3D. RGB value is (253,217,61). Sum of RGB (Red+Green+Blue) = 253+217+61=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 61 (24.22% from 255 or 11.49% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD93D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD93D is #0226C2. Grayscale: #D2D2D2. Windows color (decimal): -140995 or 4053501. OLE color: 4053501.
HSL color Cylindrical-coordinate representation of color #FDD93D: hue angle of 48.75º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDD93D is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 61 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.01 |
| HSL | 48.75º | 0.98% | 0.62% | - |
| HSV(B) | 48.75º | 0.76% | 0.99% | - |
| XYZ | 66.16 | 70.85 | 14.6 | - |
| YUV | 209.98 | 43.93 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 61 | 0 | 0.14 | 0.76 | 0.01 | 48.75 | 0.98 | 0.62 |
| Hex | FD | D9 | 3D | 0 | E | 4C | 1 | 31 | 62 | 3E |
| Octal | 375 | 331 | 75 | 0 | 16 | 114 | 1 | 61 | 142 | 76 |
| Binary | 11111101 | 11011001 | 111101 | 0 | 1110 | 1001100 | 1 | 110001 | 1100010 | 111110 |
Color Harmonies of #FDD93D
Complementary color
Monochromatic Colors of #FDD93D
Black with #FDD93D
Text Example
Text Example
White with #FDD93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD93D; }
p { color: rgb(253,217,61); }
H1.HeaderClassName
{
color: #FDD93D;
}
.AnyTagClassName
{
color: #FDD93D;
}
</style>
background-color css
<style>
a { background-color: #FDD93D; }
a { background-color: rgb(253,217,61); }
div.DivClassName
{
background-color: #FDD93D;
}
.BgClassName
{
background-color: #FDD93D;
}
</style>
border-color css
<style>
span { border-color: #FDD93D; }
span { border-color: rgb(253,217,61); }
td.TdClassName
{
border-color: #FDD93D;
}
.TagClassName
{
border-color: #FDD93D;
}
</style>