Shades of Gorse #FFF92A
Tints of Gorse #FFF92A
RGB
CMYK
RGB Variations
Color information
#FFF92A (or 0xFFF92A) is known color: Gorse. HEX triplet: FF, F9 and 2A. RGB value is (255,249,42). Sum of RGB (Red+Green+Blue) = 255+249+42=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 42 (16.80% from 255 or 7.69% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF92A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF92A is #0006D5. Grayscale: #E4E4E4. Windows color (decimal): -1750 or 2816511. OLE color: 2816511.
HSL color Cylindrical-coordinate representation of color #FFF92A: hue angle of 58.31º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFF92A is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 42 | - |
| CMYK | 0 | 0.02 | 0.84 | 0 |
| HSL | 58.31º | 1% | 0.58% | - |
| HSV(B) | 58.31º | 0.84% | 1% | - |
| XYZ | 75.53 | 89.18 | 15.42 | - |
| YUV | 227.2 | 23.49 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 42 | 0 | 0.02 | 0.84 | 0 | 58.31 | 1 | 0.58 |
| Hex | FF | F9 | 2A | 0 | 2 | 54 | 0 | 3A | 64 | 3A |
| Octal | 377 | 371 | 52 | 0 | 2 | 124 | 0 | 72 | 144 | 72 |
| Binary | 11111111 | 11111001 | 101010 | 0 | 10 | 1010100 | 0 | 111010 | 1100100 | 111010 |
Color Harmonies of #FFF92A
Complementary color
Monochromatic Colors of #FFF92A
Black with #FFF92A
Text Example
Text Example
White with #FFF92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF92A; }
p { color: rgb(255,249,42); }
H1.HeaderClassName
{
color: #FFF92A;
}
.AnyTagClassName
{
color: #FFF92A;
}
</style>
background-color css
<style>
a { background-color: #FFF92A; }
a { background-color: rgb(255,249,42); }
div.DivClassName
{
background-color: #FFF92A;
}
.BgClassName
{
background-color: #FFF92A;
}
</style>
border-color css
<style>
span { border-color: #FFF92A; }
span { border-color: rgb(255,249,42); }
td.TdClassName
{
border-color: #FFF92A;
}
.TagClassName
{
border-color: #FFF92A;
}
</style>