Shades of Gorse #FFDF2F
Tints of Gorse #FFDF2F
RGB
CMYK
RGB Variations
Color information
#FFDF2F (or 0xFFDF2F) is known color: Gorse. HEX triplet: FF, DF and 2F. RGB value is (255,223,47). Sum of RGB (Red+Green+Blue) = 255+223+47=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 47 (18.75% from 255 or 8.95% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDF2F is #0020D0. Grayscale: #D5D5D5. Windows color (decimal): -8401 or 3137535. OLE color: 3137535.
HSL color Cylindrical-coordinate representation of color #FFDF2F: hue angle of 50.77º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFDF2F is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 47 | - |
| CMYK | 0 | 0.13 | 0.82 | 0 |
| HSL | 50.77º | 1% | 0.59% | - |
| HSV(B) | 50.77º | 0.82% | 1% | - |
| XYZ | 68.14 | 74.24 | 13.43 | - |
| YUV | 212.5 | 34.6 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 47 | 0 | 0.13 | 0.82 | 0 | 50.77 | 1 | 0.59 |
| Hex | FF | DF | 2F | 0 | D | 52 | 0 | 33 | 64 | 3B |
| Octal | 377 | 337 | 57 | 0 | 15 | 122 | 0 | 63 | 144 | 73 |
| Binary | 11111111 | 11011111 | 101111 | 0 | 1101 | 1010010 | 0 | 110011 | 1100100 | 111011 |
Color Harmonies of #FFDF2F
Complementary color
Monochromatic Colors of #FFDF2F
Black with #FFDF2F
Text Example
Text Example
White with #FFDF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF2F; }
p { color: rgb(255,223,47); }
H1.HeaderClassName
{
color: #FFDF2F;
}
.AnyTagClassName
{
color: #FFDF2F;
}
</style>
background-color css
<style>
a { background-color: #FFDF2F; }
a { background-color: rgb(255,223,47); }
div.DivClassName
{
background-color: #FFDF2F;
}
.BgClassName
{
background-color: #FFDF2F;
}
</style>
border-color css
<style>
span { border-color: #FFDF2F; }
span { border-color: rgb(255,223,47); }
td.TdClassName
{
border-color: #FFDF2F;
}
.TagClassName
{
border-color: #FFDF2F;
}
</style>