Shades of Gorse #FFD73E
Tints of Gorse #FFD73E
RGB
CMYK
RGB Variations
Color information
#FFD73E (or 0xFFD73E) is known color: Gorse. HEX triplet: FF, D7 and 3E. RGB value is (255,215,62). Sum of RGB (Red+Green+Blue) = 255+215+62=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 62 (24.61% from 255 or 11.65% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD73E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD73E is #0028C1. Grayscale: #D2D2D2. Windows color (decimal): -10434 or 4118527. OLE color: 4118527.
HSL color Cylindrical-coordinate representation of color #FFD73E: hue angle of 47.56º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFD73E is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 62 | - |
| CMYK | 0 | 0.16 | 0.76 | 0 |
| HSL | 47.56º | 1% | 0.62% | - |
| HSV(B) | 47.56º | 0.76% | 1% | - |
| XYZ | 66.41 | 70.21 | 14.61 | - |
| YUV | 209.52 | 44.75 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 62 | 0 | 0.16 | 0.76 | 0 | 47.56 | 1 | 0.62 |
| Hex | FF | D7 | 3E | 0 | 10 | 4C | 0 | 30 | 64 | 3E |
| Octal | 377 | 327 | 76 | 0 | 20 | 114 | 0 | 60 | 144 | 76 |
| Binary | 11111111 | 11010111 | 111110 | 0 | 10000 | 1001100 | 0 | 110000 | 1100100 | 111110 |
Color Harmonies of #FFD73E
Complementary color
Monochromatic Colors of #FFD73E
Black with #FFD73E
Text Example
Text Example
White with #FFD73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD73E; }
p { color: rgb(255,215,62); }
H1.HeaderClassName
{
color: #FFD73E;
}
.AnyTagClassName
{
color: #FFD73E;
}
</style>
background-color css
<style>
a { background-color: #FFD73E; }
a { background-color: rgb(255,215,62); }
div.DivClassName
{
background-color: #FFD73E;
}
.BgClassName
{
background-color: #FFD73E;
}
</style>
border-color css
<style>
span { border-color: #FFD73E; }
span { border-color: rgb(255,215,62); }
td.TdClassName
{
border-color: #FFD73E;
}
.TagClassName
{
border-color: #FFD73E;
}
</style>