Shades of Gorse #F2F638
Tints of Gorse #F2F638
RGB
CMYK
RGB Variations
Color information
#F2F638 (or 0xF2F638) is known color: Gorse. HEX triplet: F2, F6 and 38. RGB value is (242,246,56). Sum of RGB (Red+Green+Blue) = 242+246+56=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 246 (96.48% from 255 or 45.22% from 544); Blue value is 56 (22.27% from 255 or 10.29% from 544); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F638 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F638 is #0D09C7. Grayscale: #DFDFDF. Windows color (decimal): -854472 or 3733234. OLE color: 3733234.
HSL color Cylindrical-coordinate representation of color #F2F638: hue angle of 61.26º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2F638 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 56 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.04 |
| HSL | 61.26º | 0.91% | 0.59% | - |
| HSV(B) | 61.26º | 0.77% | 0.96% | - |
| XYZ | 70.29 | 85.07 | 16.46 | - |
| YUV | 223.14 | 33.67 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 56 | 0.02 | 0 | 0.77 | 0.04 | 61.26 | 0.91 | 0.59 |
| Hex | F2 | F6 | 38 | 2 | 0 | 4D | 4 | 3D | 5B | 3B |
| Octal | 362 | 366 | 70 | 2 | 0 | 115 | 4 | 75 | 133 | 73 |
| Binary | 11110010 | 11110110 | 111000 | 10 | 0 | 1001101 | 100 | 111101 | 1011011 | 111011 |
Color Harmonies of #F2F638
Complementary color
Monochromatic Colors of #F2F638
Black with #F2F638
Text Example
Text Example
White with #F2F638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F638; }
p { color: rgb(242,246,56); }
H1.HeaderClassName
{
color: #F2F638;
}
.AnyTagClassName
{
color: #F2F638;
}
</style>
background-color css
<style>
a { background-color: #F2F638; }
a { background-color: rgb(242,246,56); }
div.DivClassName
{
background-color: #F2F638;
}
.BgClassName
{
background-color: #F2F638;
}
</style>
border-color css
<style>
span { border-color: #F2F638; }
span { border-color: rgb(242,246,56); }
td.TdClassName
{
border-color: #F2F638;
}
.TagClassName
{
border-color: #F2F638;
}
</style>