Shades of Gorse #F0FE38
Tints of Gorse #F0FE38
RGB
CMYK
RGB Variations
Color information
#F0FE38 (or 0xF0FE38) is known color: Gorse. HEX triplet: F0, FE and 38. RGB value is (240,254,56). Sum of RGB (Red+Green+Blue) = 240+254+56=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 56 (22.27% from 255 or 10.18% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FE38 is #0F01C7. Grayscale: #E4E4E4. Windows color (decimal): -983496 or 3735280. OLE color: 3735280.
HSL color Cylindrical-coordinate representation of color #F0FE38: hue angle of 64.24º 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 #F0FE38 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 56 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.00 |
| HSL | 64.24º | 0.99% | 0.61% | - |
| HSV(B) | 64.24º | 0.78% | 1% | - |
| XYZ | 72.09 | 89.69 | 17.25 | - |
| YUV | 227.24 | 31.36 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 56 | 0.06 | 0 | 0.78 | 0.00 | 64.24 | 0.99 | 0.61 |
| Hex | F0 | FE | 38 | 6 | 0 | 4E | 0 | 40 | 63 | 3D |
| Octal | 360 | 376 | 70 | 6 | 0 | 116 | 0 | 100 | 143 | 75 |
| Binary | 11110000 | 11111110 | 111000 | 110 | 0 | 1001110 | 0 | 1000000 | 1100011 | 111101 |
Color Harmonies of #F0FE38
Complementary color
Monochromatic Colors of #F0FE38
Black with #F0FE38
Text Example
Text Example
White with #F0FE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FE38; }
p { color: rgb(240,254,56); }
H1.HeaderClassName
{
color: #F0FE38;
}
.AnyTagClassName
{
color: #F0FE38;
}
</style>
background-color css
<style>
a { background-color: #F0FE38; }
a { background-color: rgb(240,254,56); }
div.DivClassName
{
background-color: #F0FE38;
}
.BgClassName
{
background-color: #F0FE38;
}
</style>
border-color css
<style>
span { border-color: #F0FE38; }
span { border-color: rgb(240,254,56); }
td.TdClassName
{
border-color: #F0FE38;
}
.TagClassName
{
border-color: #F0FE38;
}
</style>