Shades of Gorse #F2F33D
Tints of Gorse #F2F33D
RGB
CMYK
RGB Variations
Color information
#F2F33D (or 0xF2F33D) is known color: Gorse. HEX triplet: F2, F3 and 3D. RGB value is (242,243,61). Sum of RGB (Red+Green+Blue) = 242+243+61=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 61 (24.22% from 255 or 11.17% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F33D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F33D is #0D0CC2. Grayscale: #DEDEDE. Windows color (decimal): -855235 or 4060146. OLE color: 4060146.
HSL color Cylindrical-coordinate representation of color #F2F33D: hue angle of 60.33º 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 #F2F33D is Cyan = 0.00, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 61 | - |
| CMYK | 0.00 | 0 | 0.75 | 0.05 |
| HSL | 60.33º | 0.88% | 0.6% | - |
| HSV(B) | 60.33º | 0.75% | 0.95% | - |
| XYZ | 69.51 | 83.32 | 16.83 | - |
| YUV | 221.95 | 37.17 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 61 | 0.00 | 0 | 0.75 | 0.05 | 60.33 | 0.88 | 0.6 |
| Hex | F2 | F3 | 3D | 0 | 0 | 4B | 5 | 3C | 58 | 3C |
| Octal | 362 | 363 | 75 | 0 | 0 | 113 | 5 | 74 | 130 | 74 |
| Binary | 11110010 | 11110011 | 111101 | 0 | 0 | 1001011 | 101 | 111100 | 1011000 | 111100 |
Color Harmonies of #F2F33D
Complementary color
Monochromatic Colors of #F2F33D
Black with #F2F33D
Text Example
Text Example
White with #F2F33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F33D; }
p { color: rgb(242,243,61); }
H1.HeaderClassName
{
color: #F2F33D;
}
.AnyTagClassName
{
color: #F2F33D;
}
</style>
background-color css
<style>
a { background-color: #F2F33D; }
a { background-color: rgb(242,243,61); }
div.DivClassName
{
background-color: #F2F33D;
}
.BgClassName
{
background-color: #F2F33D;
}
</style>
border-color css
<style>
span { border-color: #F2F33D; }
span { border-color: rgb(242,243,61); }
td.TdClassName
{
border-color: #F2F33D;
}
.TagClassName
{
border-color: #F2F33D;
}
</style>