Shades of Gorse #FDD93F
Tints of Gorse #FDD93F
RGB
CMYK
RGB Variations
Color information
#FDD93F (or 0xFDD93F) is known color: Gorse. HEX triplet: FD, D9 and 3F. RGB value is (253,217,63). Sum of RGB (Red+Green+Blue) = 253+217+63=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 63 (25% from 255 or 11.82% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD93F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD93F is #0226C0. Grayscale: #D2D2D2. Windows color (decimal): -140993 or 4184573. OLE color: 4184573.
HSL color Cylindrical-coordinate representation of color #FDD93F: hue angle of 48.63º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDD93F is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 63 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.01 |
| HSL | 48.63º | 0.98% | 0.62% | - |
| HSV(B) | 48.63º | 0.75% | 0.99% | - |
| XYZ | 66.22 | 70.87 | 14.89 | - |
| YUV | 210.21 | 44.93 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 63 | 0 | 0.14 | 0.75 | 0.01 | 48.63 | 0.98 | 0.62 |
| Hex | FD | D9 | 3F | 0 | E | 4B | 1 | 31 | 62 | 3E |
| Octal | 375 | 331 | 77 | 0 | 16 | 113 | 1 | 61 | 142 | 76 |
| Binary | 11111101 | 11011001 | 111111 | 0 | 1110 | 1001011 | 1 | 110001 | 1100010 | 111110 |
Color Harmonies of #FDD93F
Complementary color
Monochromatic Colors of #FDD93F
Black with #FDD93F
Text Example
Text Example
White with #FDD93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD93F; }
p { color: rgb(253,217,63); }
H1.HeaderClassName
{
color: #FDD93F;
}
.AnyTagClassName
{
color: #FDD93F;
}
</style>
background-color css
<style>
a { background-color: #FDD93F; }
a { background-color: rgb(253,217,63); }
div.DivClassName
{
background-color: #FDD93F;
}
.BgClassName
{
background-color: #FDD93F;
}
</style>
border-color css
<style>
span { border-color: #FDD93F; }
span { border-color: rgb(253,217,63); }
td.TdClassName
{
border-color: #FDD93F;
}
.TagClassName
{
border-color: #FDD93F;
}
</style>