Shades of Gorse #F5FE30
Tints of Gorse #F5FE30
RGB
CMYK
RGB Variations
Color information
#F5FE30 (or 0xF5FE30) is known color: Gorse. HEX triplet: F5, FE and 30. RGB value is (245,254,48). Sum of RGB (Red+Green+Blue) = 245+254+48=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 48 (19.14% from 255 or 8.78% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FE30 is #0A01CF. Grayscale: #E4E4E4. Windows color (decimal): -655824 or 3210997. OLE color: 3210997.
HSL color Cylindrical-coordinate representation of color #F5FE30: hue angle of 62.62º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5FE30 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 48 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.00 |
| HSL | 62.62º | 0.99% | 0.59% | - |
| HSV(B) | 62.62º | 0.81% | 1% | - |
| XYZ | 73.63 | 90.51 | 16.39 | - |
| YUV | 227.83 | 26.52 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 48 | 0.04 | 0 | 0.81 | 0.00 | 62.62 | 0.99 | 0.59 |
| Hex | F5 | FE | 30 | 4 | 0 | 51 | 0 | 3F | 63 | 3B |
| Octal | 365 | 376 | 60 | 4 | 0 | 121 | 0 | 77 | 143 | 73 |
| Binary | 11110101 | 11111110 | 110000 | 100 | 0 | 1010001 | 0 | 111111 | 1100011 | 111011 |
Color Harmonies of #F5FE30
Complementary color
Monochromatic Colors of #F5FE30
Black with #F5FE30
Text Example
Text Example
White with #F5FE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FE30; }
p { color: rgb(245,254,48); }
H1.HeaderClassName
{
color: #F5FE30;
}
.AnyTagClassName
{
color: #F5FE30;
}
</style>
background-color css
<style>
a { background-color: #F5FE30; }
a { background-color: rgb(245,254,48); }
div.DivClassName
{
background-color: #F5FE30;
}
.BgClassName
{
background-color: #F5FE30;
}
</style>
border-color css
<style>
span { border-color: #F5FE30; }
span { border-color: rgb(245,254,48); }
td.TdClassName
{
border-color: #F5FE30;
}
.TagClassName
{
border-color: #F5FE30;
}
</style>