Shades of Gorse #FFD93F
Tints of Gorse #FFD93F
RGB
CMYK
RGB Variations
Color information
#FFD93F (or 0xFFD93F) is known color: Gorse. HEX triplet: FF, D9 and 3F. RGB value is (255,217,63). Sum of RGB (Red+Green+Blue) = 255+217+63=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 63 (25% from 255 or 11.78% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD93F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD93F is #0026C0. Grayscale: #D3D3D3. Windows color (decimal): -9921 or 4184575. OLE color: 4184575.
HSL color Cylindrical-coordinate representation of color #FFD93F: hue angle of 48.12º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFD93F is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 63 | - |
| CMYK | 0 | 0.15 | 0.75 | 0 |
| HSL | 48.13º | 1% | 0.62% | - |
| HSV(B) | 48.13º | 0.75% | 1% | - |
| XYZ | 66.95 | 71.24 | 14.93 | - |
| YUV | 210.81 | 44.59 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 63 | 0 | 0.15 | 0.75 | 0 | 48.13 | 1 | 0.62 |
| Hex | FF | D9 | 3F | 0 | F | 4B | 0 | 30 | 64 | 3E |
| Octal | 377 | 331 | 77 | 0 | 17 | 113 | 0 | 60 | 144 | 76 |
| Binary | 11111111 | 11011001 | 111111 | 0 | 1111 | 1001011 | 0 | 110000 | 1100100 | 111110 |
Color Harmonies of #FFD93F
Complementary color
Monochromatic Colors of #FFD93F
Black with #FFD93F
Text Example
Text Example
White with #FFD93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD93F; }
p { color: rgb(255,217,63); }
H1.HeaderClassName
{
color: #FFD93F;
}
.AnyTagClassName
{
color: #FFD93F;
}
</style>
background-color css
<style>
a { background-color: #FFD93F; }
a { background-color: rgb(255,217,63); }
div.DivClassName
{
background-color: #FFD93F;
}
.BgClassName
{
background-color: #FFD93F;
}
</style>
border-color css
<style>
span { border-color: #FFD93F; }
span { border-color: rgb(255,217,63); }
td.TdClassName
{
border-color: #FFD93F;
}
.TagClassName
{
border-color: #FFD93F;
}
</style>