Shades of Gorse #F3DF41
Tints of Gorse #F3DF41
RGB
CMYK
RGB Variations
Color information
#F3DF41 (or 0xF3DF41) is known color: Gorse. HEX triplet: F3, DF and 41. RGB value is (243,223,65). Sum of RGB (Red+Green+Blue) = 243+223+65=531 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.76% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 65 (25.78% from 255 or 12.24% from 531); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DF41 is #0C20BE. Grayscale: #D3D3D3. Windows color (decimal): -794815 or 4317171. OLE color: 4317171.
HSL color Cylindrical-coordinate representation of color #F3DF41: hue angle of 53.26º degrees, saturation: 0.88, 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 #F3DF41 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 65 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.05 |
| HSL | 53.26º | 0.88% | 0.6% | - |
| HSV(B) | 53.26º | 0.73% | 0.95% | - |
| XYZ | 64.3 | 72.21 | 15.55 | - |
| YUV | 210.97 | 45.63 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 65 | 0 | 0.08 | 0.73 | 0.05 | 53.26 | 0.88 | 0.6 |
| Hex | F3 | DF | 41 | 0 | 8 | 49 | 5 | 35 | 58 | 3C |
| Octal | 363 | 337 | 101 | 0 | 10 | 111 | 5 | 65 | 130 | 74 |
| Binary | 11110011 | 11011111 | 1000001 | 0 | 1000 | 1001001 | 101 | 110101 | 1011000 | 111100 |
Color Harmonies of #F3DF41
Complementary color
Monochromatic Colors of #F3DF41
Black with #F3DF41
Text Example
Text Example
White with #F3DF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DF41; }
p { color: rgb(243,223,65); }
H1.HeaderClassName
{
color: #F3DF41;
}
.AnyTagClassName
{
color: #F3DF41;
}
</style>
background-color css
<style>
a { background-color: #F3DF41; }
a { background-color: rgb(243,223,65); }
div.DivClassName
{
background-color: #F3DF41;
}
.BgClassName
{
background-color: #F3DF41;
}
</style>
border-color css
<style>
span { border-color: #F3DF41; }
span { border-color: rgb(243,223,65); }
td.TdClassName
{
border-color: #F3DF41;
}
.TagClassName
{
border-color: #F3DF41;
}
</style>