Shades of Gorse #F1DF40
Tints of Gorse #F1DF40
RGB
CMYK
RGB Variations
Color information
#F1DF40 (or 0xF1DF40) is known color: Gorse. HEX triplet: F1, DF and 40. RGB value is (241,223,64). Sum of RGB (Red+Green+Blue) = 241+223+64=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 64 (25.39% from 255 or 12.12% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DF40 is #0E20BF. Grayscale: #D2D2D2. Windows color (decimal): -925888 or 4251633. OLE color: 4251633.
HSL color Cylindrical-coordinate representation of color #F1DF40: hue angle of 53.9º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F1DF40 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 64 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.05 |
| HSL | 53.9º | 0.86% | 0.6% | - |
| HSV(B) | 53.9º | 0.73% | 0.95% | - |
| XYZ | 63.59 | 71.85 | 15.37 | - |
| YUV | 210.26 | 45.46 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 64 | 0 | 0.07 | 0.73 | 0.05 | 53.9 | 0.86 | 0.6 |
| Hex | F1 | DF | 40 | 0 | 7 | 49 | 5 | 36 | 56 | 3C |
| Octal | 361 | 337 | 100 | 0 | 7 | 111 | 5 | 66 | 126 | 74 |
| Binary | 11110001 | 11011111 | 1000000 | 0 | 111 | 1001001 | 101 | 110110 | 1010110 | 111100 |
Color Harmonies of #F1DF40
Complementary color
Monochromatic Colors of #F1DF40
Black with #F1DF40
Text Example
Text Example
White with #F1DF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DF40; }
p { color: rgb(241,223,64); }
H1.HeaderClassName
{
color: #F1DF40;
}
.AnyTagClassName
{
color: #F1DF40;
}
</style>
background-color css
<style>
a { background-color: #F1DF40; }
a { background-color: rgb(241,223,64); }
div.DivClassName
{
background-color: #F1DF40;
}
.BgClassName
{
background-color: #F1DF40;
}
</style>
border-color css
<style>
span { border-color: #F1DF40; }
span { border-color: rgb(241,223,64); }
td.TdClassName
{
border-color: #F1DF40;
}
.TagClassName
{
border-color: #F1DF40;
}
</style>