Shades of Gorse #FFF232
Tints of Gorse #FFF232
RGB
CMYK
RGB Variations
Color information
#FFF232 (or 0xFFF232) is known color: Gorse. HEX triplet: FF, F2 and 32. RGB value is (255,242,50). Sum of RGB (Red+Green+Blue) = 255+242+50=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 50 (19.92% from 255 or 9.14% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF232 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF232 is #000DCD. Grayscale: #E0E0E0. Windows color (decimal): -3534 or 3339007. OLE color: 3339007.
HSL color Cylindrical-coordinate representation of color #FFF232: hue angle of 56.2º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFF232 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 50 | - |
| CMYK | 0 | 0.05 | 0.80 | 0 |
| HSL | 56.2º | 1% | 0.6% | - |
| HSV(B) | 56.2º | 0.8% | 1% | - |
| XYZ | 73.57 | 84.99 | 15.55 | - |
| YUV | 224 | 29.81 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 50 | 0 | 0.05 | 0.80 | 0 | 56.2 | 1 | 0.6 |
| Hex | FF | F2 | 32 | 0 | 5 | 50 | 0 | 38 | 64 | 3C |
| Octal | 377 | 362 | 62 | 0 | 5 | 120 | 0 | 70 | 144 | 74 |
| Binary | 11111111 | 11110010 | 110010 | 0 | 101 | 1010000 | 0 | 111000 | 1100100 | 111100 |
Color Harmonies of #FFF232
Complementary color
Monochromatic Colors of #FFF232
Black with #FFF232
Text Example
Text Example
White with #FFF232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF232; }
p { color: rgb(255,242,50); }
H1.HeaderClassName
{
color: #FFF232;
}
.AnyTagClassName
{
color: #FFF232;
}
</style>
background-color css
<style>
a { background-color: #FFF232; }
a { background-color: rgb(255,242,50); }
div.DivClassName
{
background-color: #FFF232;
}
.BgClassName
{
background-color: #FFF232;
}
</style>
border-color css
<style>
span { border-color: #FFF232; }
span { border-color: rgb(255,242,50); }
td.TdClassName
{
border-color: #FFF232;
}
.TagClassName
{
border-color: #FFF232;
}
</style>