Shades of Gorse #FFF92C
Tints of Gorse #FFF92C
RGB
CMYK
RGB Variations
Color information
#FFF92C (or 0xFFF92C) is known color: Gorse. HEX triplet: FF, F9 and 2C. RGB value is (255,249,44). Sum of RGB (Red+Green+Blue) = 255+249+44=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 44 (17.58% from 255 or 8.03% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF92C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF92C is #0006D3. Grayscale: #E4E4E4. Windows color (decimal): -1748 or 2947583. OLE color: 2947583.
HSL color Cylindrical-coordinate representation of color #FFF92C: hue angle of 58.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFF92C is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 44 | - |
| CMYK | 0 | 0.02 | 0.83 | 0 |
| HSL | 58.29º | 1% | 0.59% | - |
| HSV(B) | 58.29º | 0.83% | 1% | - |
| XYZ | 75.57 | 89.19 | 15.62 | - |
| YUV | 227.42 | 24.49 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 44 | 0 | 0.02 | 0.83 | 0 | 58.29 | 1 | 0.59 |
| Hex | FF | F9 | 2C | 0 | 2 | 53 | 0 | 3A | 64 | 3B |
| Octal | 377 | 371 | 54 | 0 | 2 | 123 | 0 | 72 | 144 | 73 |
| Binary | 11111111 | 11111001 | 101100 | 0 | 10 | 1010011 | 0 | 111010 | 1100100 | 111011 |
Color Harmonies of #FFF92C
Complementary color
Monochromatic Colors of #FFF92C
Black with #FFF92C
Text Example
Text Example
White with #FFF92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF92C; }
p { color: rgb(255,249,44); }
H1.HeaderClassName
{
color: #FFF92C;
}
.AnyTagClassName
{
color: #FFF92C;
}
</style>
background-color css
<style>
a { background-color: #FFF92C; }
a { background-color: rgb(255,249,44); }
div.DivClassName
{
background-color: #FFF92C;
}
.BgClassName
{
background-color: #FFF92C;
}
</style>
border-color css
<style>
span { border-color: #FFF92C; }
span { border-color: rgb(255,249,44); }
td.TdClassName
{
border-color: #FFF92C;
}
.TagClassName
{
border-color: #FFF92C;
}
</style>