Shades of Gorse #F5F228
Tints of Gorse #F5F228
RGB
CMYK
RGB Variations
Color information
#F5F228 (or 0xF5F228) is known color: Gorse. HEX triplet: F5, F2 and 28. RGB value is (245,242,40). Sum of RGB (Red+Green+Blue) = 245+242+40=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 40 (16.02% from 255 or 7.59% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F228 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F228 is #0A0DD7. Grayscale: #DCDCDC. Windows color (decimal): -658904 or 2683637. OLE color: 2683637.
HSL color Cylindrical-coordinate representation of color #F5F228: hue angle of 59.12º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5F228 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 242 | 40 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.04 |
| HSL | 59.12º | 0.91% | 0.56% | - |
| HSV(B) | 59.12º | 0.84% | 0.96% | - |
| XYZ | 69.79 | 83.07 | 14.36 | - |
| YUV | 219.87 | 26.49 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 242 | 40 | 0 | 0.01 | 0.84 | 0.04 | 59.12 | 0.91 | 0.56 |
| Hex | F5 | F2 | 28 | 0 | 1 | 54 | 4 | 3B | 5B | 38 |
| Octal | 365 | 362 | 50 | 0 | 1 | 124 | 4 | 73 | 133 | 70 |
| Binary | 11110101 | 11110010 | 101000 | 0 | 1 | 1010100 | 100 | 111011 | 1011011 | 111000 |
Color Harmonies of #F5F228
Complementary color
Monochromatic Colors of #F5F228
Black with #F5F228
Text Example
Text Example
White with #F5F228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F228; }
p { color: rgb(245,242,40); }
H1.HeaderClassName
{
color: #F5F228;
}
.AnyTagClassName
{
color: #F5F228;
}
</style>
background-color css
<style>
a { background-color: #F5F228; }
a { background-color: rgb(245,242,40); }
div.DivClassName
{
background-color: #F5F228;
}
.BgClassName
{
background-color: #F5F228;
}
</style>
border-color css
<style>
span { border-color: #F5F228; }
span { border-color: rgb(245,242,40); }
td.TdClassName
{
border-color: #F5F228;
}
.TagClassName
{
border-color: #F5F228;
}
</style>