Shades of Gorse #FFD841
Tints of Gorse #FFD841
RGB
CMYK
RGB Variations
Color information
#FFD841 (or 0xFFD841) is known color: Gorse. HEX triplet: FF, D8 and 41. RGB value is (255,216,65). Sum of RGB (Red+Green+Blue) = 255+216+65=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 65 (25.78% from 255 or 12.13% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD841 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD841 is #0027BE. Grayscale: #D3D3D3. Windows color (decimal): -10175 or 4315391. OLE color: 4315391.
HSL color Cylindrical-coordinate representation of color #FFD841: hue angle of 47.68º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFD841 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 65 | - |
| CMYK | 0 | 0.15 | 0.75 | 0 |
| HSL | 47.68º | 1% | 0.63% | - |
| HSV(B) | 47.68º | 0.75% | 1% | - |
| XYZ | 66.75 | 70.75 | 15.14 | - |
| YUV | 210.45 | 45.92 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 65 | 0 | 0.15 | 0.75 | 0 | 47.68 | 1 | 0.63 |
| Hex | FF | D8 | 41 | 0 | F | 4B | 0 | 30 | 64 | 3F |
| Octal | 377 | 330 | 101 | 0 | 17 | 113 | 0 | 60 | 144 | 77 |
| Binary | 11111111 | 11011000 | 1000001 | 0 | 1111 | 1001011 | 0 | 110000 | 1100100 | 111111 |
Color Harmonies of #FFD841
Complementary color
Monochromatic Colors of #FFD841
Black with #FFD841
Text Example
Text Example
White with #FFD841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD841; }
p { color: rgb(255,216,65); }
H1.HeaderClassName
{
color: #FFD841;
}
.AnyTagClassName
{
color: #FFD841;
}
</style>
background-color css
<style>
a { background-color: #FFD841; }
a { background-color: rgb(255,216,65); }
div.DivClassName
{
background-color: #FFD841;
}
.BgClassName
{
background-color: #FFD841;
}
</style>
border-color css
<style>
span { border-color: #FFD841; }
span { border-color: rgb(255,216,65); }
td.TdClassName
{
border-color: #FFD841;
}
.TagClassName
{
border-color: #FFD841;
}
</style>