Shades of Gorse #F5F53D
Tints of Gorse #F5F53D
RGB
CMYK
RGB Variations
Color information
#F5F53D (or 0xF5F53D) is known color: Gorse. HEX triplet: F5, F5 and 3D. RGB value is (245,245,61). Sum of RGB (Red+Green+Blue) = 245+245+61=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 245 (96.09% from 255 or 44.46% from 551); Blue value is 61 (24.22% from 255 or 11.07% from 551); Max value from RGB is 245 - color contains mainly: red, green. Hex color #F5F53D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F53D is #0A0AC2. Grayscale: #E0E0E0. Windows color (decimal): -658115 or 4060661. OLE color: 4060661.
HSL color Cylindrical-coordinate representation of color #F5F53D: hue angle of 60º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5F53D is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 245 | 61 | - |
| CMYK | 0 | 0 | 0.75 | 0.04 |
| HSL | 60º | 0.9% | 0.6% | - |
| HSV(B) | 60º | 0.75% | 0.96% | - |
| XYZ | 71.15 | 85.05 | 17.08 | - |
| YUV | 224.02 | 36 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 245 | 61 | 0 | 0 | 0.75 | 0.04 | 60 | 0.9 | 0.6 |
| Hex | F5 | F5 | 3D | 0 | 0 | 4B | 4 | 3C | 5A | 3C |
| Octal | 365 | 365 | 75 | 0 | 0 | 113 | 4 | 74 | 132 | 74 |
| Binary | 11110101 | 11110101 | 111101 | 0 | 0 | 1001011 | 100 | 111100 | 1011010 | 111100 |
Color Harmonies of #F5F53D
Complementary color
Monochromatic Colors of #F5F53D
Black with #F5F53D
Text Example
Text Example
White with #F5F53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F53D; }
p { color: rgb(245,245,61); }
H1.HeaderClassName
{
color: #F5F53D;
}
.AnyTagClassName
{
color: #F5F53D;
}
</style>
background-color css
<style>
a { background-color: #F5F53D; }
a { background-color: rgb(245,245,61); }
div.DivClassName
{
background-color: #F5F53D;
}
.BgClassName
{
background-color: #F5F53D;
}
</style>
border-color css
<style>
span { border-color: #F5F53D; }
span { border-color: rgb(245,245,61); }
td.TdClassName
{
border-color: #F5F53D;
}
.TagClassName
{
border-color: #F5F53D;
}
</style>