Shades of Gorse #FFF23A
Tints of Gorse #FFF23A
RGB
CMYK
RGB Variations
Color information
#FFF23A (or 0xFFF23A) is known color: Gorse. HEX triplet: FF, F2 and 3A. RGB value is (255,242,58). Sum of RGB (Red+Green+Blue) = 255+242+58=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 58 (23.05% from 255 or 10.45% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF23A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF23A is #000DC5. Grayscale: #E1E1E1. Windows color (decimal): -3526 or 3863295. OLE color: 3863295.
HSL color Cylindrical-coordinate representation of color #FFF23A: hue angle of 56.04º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFF23A is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 58 | - |
| CMYK | 0 | 0.05 | 0.77 | 0 |
| HSL | 56.04º | 1% | 0.61% | - |
| HSV(B) | 56.04º | 0.77% | 1% | - |
| XYZ | 73.76 | 85.07 | 16.54 | - |
| YUV | 224.91 | 33.81 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 58 | 0 | 0.05 | 0.77 | 0 | 56.04 | 1 | 0.61 |
| Hex | FF | F2 | 3A | 0 | 5 | 4D | 0 | 38 | 64 | 3D |
| Octal | 377 | 362 | 72 | 0 | 5 | 115 | 0 | 70 | 144 | 75 |
| Binary | 11111111 | 11110010 | 111010 | 0 | 101 | 1001101 | 0 | 111000 | 1100100 | 111101 |
Color Harmonies of #FFF23A
Complementary color
Monochromatic Colors of #FFF23A
Black with #FFF23A
Text Example
Text Example
White with #FFF23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF23A; }
p { color: rgb(255,242,58); }
H1.HeaderClassName
{
color: #FFF23A;
}
.AnyTagClassName
{
color: #FFF23A;
}
</style>
background-color css
<style>
a { background-color: #FFF23A; }
a { background-color: rgb(255,242,58); }
div.DivClassName
{
background-color: #FFF23A;
}
.BgClassName
{
background-color: #FFF23A;
}
</style>
border-color css
<style>
span { border-color: #FFF23A; }
span { border-color: rgb(255,242,58); }
td.TdClassName
{
border-color: #FFF23A;
}
.TagClassName
{
border-color: #FFF23A;
}
</style>