Shades of Gorse #F1F33D
Tints of Gorse #F1F33D
RGB
CMYK
RGB Variations
Color information
#F1F33D (or 0xF1F33D) is known color: Gorse. HEX triplet: F1, F3 and 3D. RGB value is (241,243,61). Sum of RGB (Red+Green+Blue) = 241+243+61=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 61 (24.22% from 255 or 11.19% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F33D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F33D is #0E0CC2. Grayscale: #DEDEDE. Windows color (decimal): -920771 or 4060145. OLE color: 4060145.
HSL color Cylindrical-coordinate representation of color #F1F33D: hue angle of 60.66º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F1F33D is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 243 | 61 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.05 |
| HSL | 60.66º | 0.88% | 0.6% | - |
| HSV(B) | 60.66º | 0.75% | 0.95% | - |
| XYZ | 69.17 | 83.14 | 16.82 | - |
| YUV | 221.65 | 37.34 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 243 | 61 | 0.01 | 0 | 0.75 | 0.05 | 60.66 | 0.88 | 0.6 |
| Hex | F1 | F3 | 3D | 1 | 0 | 4B | 5 | 3D | 58 | 3C |
| Octal | 361 | 363 | 75 | 1 | 0 | 113 | 5 | 75 | 130 | 74 |
| Binary | 11110001 | 11110011 | 111101 | 1 | 0 | 1001011 | 101 | 111101 | 1011000 | 111100 |
Color Harmonies of #F1F33D
Complementary color
Monochromatic Colors of #F1F33D
Black with #F1F33D
Text Example
Text Example
White with #F1F33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F33D; }
p { color: rgb(241,243,61); }
H1.HeaderClassName
{
color: #F1F33D;
}
.AnyTagClassName
{
color: #F1F33D;
}
</style>
background-color css
<style>
a { background-color: #F1F33D; }
a { background-color: rgb(241,243,61); }
div.DivClassName
{
background-color: #F1F33D;
}
.BgClassName
{
background-color: #F1F33D;
}
</style>
border-color css
<style>
span { border-color: #F1F33D; }
span { border-color: rgb(241,243,61); }
td.TdClassName
{
border-color: #F1F33D;
}
.TagClassName
{
border-color: #F1F33D;
}
</style>