Shades of Gorse #F5FE38
Tints of Gorse #F5FE38
RGB
CMYK
RGB Variations
Color information
#F5FE38 (or 0xF5FE38) is known color: Gorse. HEX triplet: F5, FE and 38. RGB value is (245,254,56). Sum of RGB (Red+Green+Blue) = 245+254+56=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 56 (22.27% from 255 or 10.09% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FE38 is #0A01C7. Grayscale: #E5E5E5. Windows color (decimal): -655816 or 3735285. OLE color: 3735285.
HSL color Cylindrical-coordinate representation of color #F5FE38: hue angle of 62.73º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5FE38 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 56 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.00 |
| HSL | 62.73º | 0.99% | 0.61% | - |
| HSV(B) | 62.73º | 0.78% | 1% | - |
| XYZ | 73.81 | 90.58 | 17.34 | - |
| YUV | 228.74 | 30.52 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 56 | 0.04 | 0 | 0.78 | 0.00 | 62.73 | 0.99 | 0.61 |
| Hex | F5 | FE | 38 | 4 | 0 | 4E | 0 | 3F | 63 | 3D |
| Octal | 365 | 376 | 70 | 4 | 0 | 116 | 0 | 77 | 143 | 75 |
| Binary | 11110101 | 11111110 | 111000 | 100 | 0 | 1001110 | 0 | 111111 | 1100011 | 111101 |
Color Harmonies of #F5FE38
Complementary color
Monochromatic Colors of #F5FE38
Black with #F5FE38
Text Example
Text Example
White with #F5FE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FE38; }
p { color: rgb(245,254,56); }
H1.HeaderClassName
{
color: #F5FE38;
}
.AnyTagClassName
{
color: #F5FE38;
}
</style>
background-color css
<style>
a { background-color: #F5FE38; }
a { background-color: rgb(245,254,56); }
div.DivClassName
{
background-color: #F5FE38;
}
.BgClassName
{
background-color: #F5FE38;
}
</style>
border-color css
<style>
span { border-color: #F5FE38; }
span { border-color: rgb(245,254,56); }
td.TdClassName
{
border-color: #F5FE38;
}
.TagClassName
{
border-color: #F5FE38;
}
</style>