Shades of Gorse #FFDF26
Tints of Gorse #FFDF26
RGB
CMYK
RGB Variations
Color information
#FFDF26 (or 0xFFDF26) is known color: Gorse. HEX triplet: FF, DF and 26. RGB value is (255,223,38). Sum of RGB (Red+Green+Blue) = 255+223+38=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 38 (15.23% from 255 or 7.36% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDF26 is #0020D9. Grayscale: #D4D4D4. Windows color (decimal): -8410 or 2547711. OLE color: 2547711.
HSL color Cylindrical-coordinate representation of color #FFDF26: hue angle of 51.15º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFDF26 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 38 | - |
| CMYK | 0 | 0.13 | 0.85 | 0 |
| HSL | 51.15º | 1% | 0.57% | - |
| HSV(B) | 51.15º | 0.85% | 1% | - |
| XYZ | 67.98 | 74.18 | 12.57 | - |
| YUV | 211.48 | 30.1 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 38 | 0 | 0.13 | 0.85 | 0 | 51.15 | 1 | 0.57 |
| Hex | FF | DF | 26 | 0 | D | 55 | 0 | 33 | 64 | 39 |
| Octal | 377 | 337 | 46 | 0 | 15 | 125 | 0 | 63 | 144 | 71 |
| Binary | 11111111 | 11011111 | 100110 | 0 | 1101 | 1010101 | 0 | 110011 | 1100100 | 111001 |
Color Harmonies of #FFDF26
Complementary color
Monochromatic Colors of #FFDF26
Black with #FFDF26
Text Example
Text Example
White with #FFDF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF26; }
p { color: rgb(255,223,38); }
H1.HeaderClassName
{
color: #FFDF26;
}
.AnyTagClassName
{
color: #FFDF26;
}
</style>
background-color css
<style>
a { background-color: #FFDF26; }
a { background-color: rgb(255,223,38); }
div.DivClassName
{
background-color: #FFDF26;
}
.BgClassName
{
background-color: #FFDF26;
}
</style>
border-color css
<style>
span { border-color: #FFDF26; }
span { border-color: rgb(255,223,38); }
td.TdClassName
{
border-color: #FFDF26;
}
.TagClassName
{
border-color: #FFDF26;
}
</style>