Shades of Gorse #F5FE33
Tints of Gorse #F5FE33
RGB
CMYK
RGB Variations
Color information
#F5FE33 (or 0xF5FE33) is known color: Gorse. HEX triplet: F5, FE and 33. RGB value is (245,254,51). Sum of RGB (Red+Green+Blue) = 245+254+51=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 51 (20.31% from 255 or 9.27% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE33 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FE33 is #0A01CC. Grayscale: #E4E4E4. Windows color (decimal): -655821 or 3407605. OLE color: 3407605.
HSL color Cylindrical-coordinate representation of color #F5FE33: hue angle of 62.66º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5FE33 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 51 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.00 |
| HSL | 62.66º | 0.99% | 0.6% | - |
| HSV(B) | 62.66º | 0.8% | 1% | - |
| XYZ | 73.7 | 90.54 | 16.72 | - |
| YUV | 228.17 | 28.02 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 51 | 0.04 | 0 | 0.80 | 0.00 | 62.66 | 0.99 | 0.6 |
| Hex | F5 | FE | 33 | 4 | 0 | 50 | 0 | 3F | 63 | 3C |
| Octal | 365 | 376 | 63 | 4 | 0 | 120 | 0 | 77 | 143 | 74 |
| Binary | 11110101 | 11111110 | 110011 | 100 | 0 | 1010000 | 0 | 111111 | 1100011 | 111100 |
Color Harmonies of #F5FE33
Complementary color
Monochromatic Colors of #F5FE33
Black with #F5FE33
Text Example
Text Example
White with #F5FE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FE33; }
p { color: rgb(245,254,51); }
H1.HeaderClassName
{
color: #F5FE33;
}
.AnyTagClassName
{
color: #F5FE33;
}
</style>
background-color css
<style>
a { background-color: #F5FE33; }
a { background-color: rgb(245,254,51); }
div.DivClassName
{
background-color: #F5FE33;
}
.BgClassName
{
background-color: #F5FE33;
}
</style>
border-color css
<style>
span { border-color: #F5FE33; }
span { border-color: rgb(245,254,51); }
td.TdClassName
{
border-color: #F5FE33;
}
.TagClassName
{
border-color: #F5FE33;
}
</style>