Shades of Gorse #F5FD37
Tints of Gorse #F5FD37
RGB
CMYK
RGB Variations
Color information
#F5FD37 (or 0xF5FD37) is known color: Gorse. HEX triplet: F5, FD and 37. RGB value is (245,253,55). Sum of RGB (Red+Green+Blue) = 245+253+55=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 55 (21.88% from 255 or 9.95% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FD37 is #0A02C8. Grayscale: #E4E4E4. Windows color (decimal): -656073 or 3669493. OLE color: 3669493.
HSL color Cylindrical-coordinate representation of color #F5FD37: hue angle of 62.42º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5FD37 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 253 | 55 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.01 |
| HSL | 62.42º | 0.98% | 0.6% | - |
| HSV(B) | 62.42º | 0.78% | 0.99% | - |
| XYZ | 73.47 | 89.94 | 17.1 | - |
| YUV | 228.04 | 30.35 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 253 | 55 | 0.03 | 0 | 0.78 | 0.01 | 62.42 | 0.98 | 0.6 |
| Hex | F5 | FD | 37 | 3 | 0 | 4E | 1 | 3E | 62 | 3C |
| Octal | 365 | 375 | 67 | 3 | 0 | 116 | 1 | 76 | 142 | 74 |
| Binary | 11110101 | 11111101 | 110111 | 11 | 0 | 1001110 | 1 | 111110 | 1100010 | 111100 |
Color Harmonies of #F5FD37
Complementary color
Monochromatic Colors of #F5FD37
Black with #F5FD37
Text Example
Text Example
White with #F5FD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FD37; }
p { color: rgb(245,253,55); }
H1.HeaderClassName
{
color: #F5FD37;
}
.AnyTagClassName
{
color: #F5FD37;
}
</style>
background-color css
<style>
a { background-color: #F5FD37; }
a { background-color: rgb(245,253,55); }
div.DivClassName
{
background-color: #F5FD37;
}
.BgClassName
{
background-color: #F5FD37;
}
</style>
border-color css
<style>
span { border-color: #F5FD37; }
span { border-color: rgb(245,253,55); }
td.TdClassName
{
border-color: #F5FD37;
}
.TagClassName
{
border-color: #F5FD37;
}
</style>