Shades of Gorse #F2F134
Tints of Gorse #F2F134
RGB
CMYK
RGB Variations
Color information
#F2F134 (or 0xF2F134) is known color: Gorse. HEX triplet: F2, F1 and 34. RGB value is (242,241,52). Sum of RGB (Red+Green+Blue) = 242+241+52=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 52 (20.70% from 255 or 9.72% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F134 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F134 is #0D0ECB. Grayscale: #DCDCDC. Windows color (decimal): -855756 or 3469810. OLE color: 3469810.
HSL color Cylindrical-coordinate representation of color #F2F134: hue angle of 59.68º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2F134 is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 52 | - |
| CMYK | 0 | 0.00 | 0.79 | 0.05 |
| HSL | 59.68º | 0.88% | 0.58% | - |
| HSV(B) | 59.68º | 0.79% | 0.95% | - |
| XYZ | 68.69 | 82.04 | 15.46 | - |
| YUV | 219.75 | 33.33 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 52 | 0 | 0.00 | 0.79 | 0.05 | 59.68 | 0.88 | 0.58 |
| Hex | F2 | F1 | 34 | 0 | 0 | 4F | 5 | 3C | 58 | 3A |
| Octal | 362 | 361 | 64 | 0 | 0 | 117 | 5 | 74 | 130 | 72 |
| Binary | 11110010 | 11110001 | 110100 | 0 | 0 | 1001111 | 101 | 111100 | 1011000 | 111010 |
Color Harmonies of #F2F134
Complementary color
Monochromatic Colors of #F2F134
Black with #F2F134
Text Example
Text Example
White with #F2F134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F134; }
p { color: rgb(242,241,52); }
H1.HeaderClassName
{
color: #F2F134;
}
.AnyTagClassName
{
color: #F2F134;
}
</style>
background-color css
<style>
a { background-color: #F2F134; }
a { background-color: rgb(242,241,52); }
div.DivClassName
{
background-color: #F2F134;
}
.BgClassName
{
background-color: #F2F134;
}
</style>
border-color css
<style>
span { border-color: #F2F134; }
span { border-color: rgb(242,241,52); }
td.TdClassName
{
border-color: #F2F134;
}
.TagClassName
{
border-color: #F2F134;
}
</style>