Shades of Gorse #F5F52F
Tints of Gorse #F5F52F
RGB
CMYK
RGB Variations
Color information
#F5F52F (or 0xF5F52F) is known color: Gorse. HEX triplet: F5, F5 and 2F. RGB value is (245,245,47). Sum of RGB (Red+Green+Blue) = 245+245+47=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 47 (18.75% from 255 or 8.75% from 537); Max value from RGB is 245 - color contains mainly: red, green. Hex color #F5F52F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F52F is #0A0AD0. Grayscale: #DFDFDF. Windows color (decimal): -658129 or 3143157. OLE color: 3143157.
HSL color Cylindrical-coordinate representation of color #F5F52F: hue angle of 60º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5F52F is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 245 | 47 | - |
| CMYK | 0 | 0 | 0.81 | 0.04 |
| HSL | 60º | 0.91% | 0.57% | - |
| HSV(B) | 60º | 0.81% | 0.96% | - |
| XYZ | 70.82 | 84.92 | 15.35 | - |
| YUV | 222.43 | 29 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 245 | 47 | 0 | 0 | 0.81 | 0.04 | 60 | 0.91 | 0.57 |
| Hex | F5 | F5 | 2F | 0 | 0 | 51 | 4 | 3C | 5B | 39 |
| Octal | 365 | 365 | 57 | 0 | 0 | 121 | 4 | 74 | 133 | 71 |
| Binary | 11110101 | 11110101 | 101111 | 0 | 0 | 1010001 | 100 | 111100 | 1011011 | 111001 |
Color Harmonies of #F5F52F
Complementary color
Monochromatic Colors of #F5F52F
Black with #F5F52F
Text Example
Text Example
White with #F5F52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F52F; }
p { color: rgb(245,245,47); }
H1.HeaderClassName
{
color: #F5F52F;
}
.AnyTagClassName
{
color: #F5F52F;
}
</style>
background-color css
<style>
a { background-color: #F5F52F; }
a { background-color: rgb(245,245,47); }
div.DivClassName
{
background-color: #F5F52F;
}
.BgClassName
{
background-color: #F5F52F;
}
</style>
border-color css
<style>
span { border-color: #F5F52F; }
span { border-color: rgb(245,245,47); }
td.TdClassName
{
border-color: #F5F52F;
}
.TagClassName
{
border-color: #F5F52F;
}
</style>