Shades of Gorse #FFF22B
Tints of Gorse #FFF22B
RGB
CMYK
RGB Variations
Color information
#FFF22B (or 0xFFF22B) is known color: Gorse. HEX triplet: FF, F2 and 2B. RGB value is (255,242,43). Sum of RGB (Red+Green+Blue) = 255+242+43=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 43 (17.19% from 255 or 7.96% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF22B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF22B is #000DD4. Grayscale: #E0E0E0. Windows color (decimal): -3541 or 2880255. OLE color: 2880255.
HSL color Cylindrical-coordinate representation of color #FFF22B: hue angle of 56.32º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFF22B is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 43 | - |
| CMYK | 0 | 0.05 | 0.83 | 0 |
| HSL | 56.32º | 1% | 0.58% | - |
| HSV(B) | 56.32º | 0.83% | 1% | - |
| XYZ | 73.43 | 84.94 | 14.81 | - |
| YUV | 223.2 | 26.31 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 43 | 0 | 0.05 | 0.83 | 0 | 56.32 | 1 | 0.58 |
| Hex | FF | F2 | 2B | 0 | 5 | 53 | 0 | 38 | 64 | 3A |
| Octal | 377 | 362 | 53 | 0 | 5 | 123 | 0 | 70 | 144 | 72 |
| Binary | 11111111 | 11110010 | 101011 | 0 | 101 | 1010011 | 0 | 111000 | 1100100 | 111010 |
Color Harmonies of #FFF22B
Complementary color
Monochromatic Colors of #FFF22B
Black with #FFF22B
Text Example
Text Example
White with #FFF22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF22B; }
p { color: rgb(255,242,43); }
H1.HeaderClassName
{
color: #FFF22B;
}
.AnyTagClassName
{
color: #FFF22B;
}
</style>
background-color css
<style>
a { background-color: #FFF22B; }
a { background-color: rgb(255,242,43); }
div.DivClassName
{
background-color: #FFF22B;
}
.BgClassName
{
background-color: #FFF22B;
}
</style>
border-color css
<style>
span { border-color: #FFF22B; }
span { border-color: rgb(255,242,43); }
td.TdClassName
{
border-color: #FFF22B;
}
.TagClassName
{
border-color: #FFF22B;
}
</style>