Shades of Gorse #FFF32B
Tints of Gorse #FFF32B
RGB
CMYK
RGB Variations
Color information
#FFF32B (or 0xFFF32B) is known color: Gorse. HEX triplet: FF, F3 and 2B. RGB value is (255,243,43). Sum of RGB (Red+Green+Blue) = 255+243+43=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 43 (17.19% from 255 or 7.95% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF32B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF32B is #000CD4. Grayscale: #E0E0E0. Windows color (decimal): -3285 or 2880511. OLE color: 2880511.
HSL color Cylindrical-coordinate representation of color #FFF32B: hue angle of 56.6º 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 #FFF32B is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 43 | - |
| CMYK | 0 | 0.05 | 0.83 | 0 |
| HSL | 56.6º | 1% | 0.58% | - |
| HSV(B) | 56.6º | 0.83% | 1% | - |
| XYZ | 73.73 | 85.54 | 14.91 | - |
| YUV | 223.79 | 25.98 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 43 | 0 | 0.05 | 0.83 | 0 | 56.6 | 1 | 0.58 |
| Hex | FF | F3 | 2B | 0 | 5 | 53 | 0 | 39 | 64 | 3A |
| Octal | 377 | 363 | 53 | 0 | 5 | 123 | 0 | 71 | 144 | 72 |
| Binary | 11111111 | 11110011 | 101011 | 0 | 101 | 1010011 | 0 | 111001 | 1100100 | 111010 |
Color Harmonies of #FFF32B
Complementary color
Monochromatic Colors of #FFF32B
Black with #FFF32B
Text Example
Text Example
White with #FFF32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF32B; }
p { color: rgb(255,243,43); }
H1.HeaderClassName
{
color: #FFF32B;
}
.AnyTagClassName
{
color: #FFF32B;
}
</style>
background-color css
<style>
a { background-color: #FFF32B; }
a { background-color: rgb(255,243,43); }
div.DivClassName
{
background-color: #FFF32B;
}
.BgClassName
{
background-color: #FFF32B;
}
</style>
border-color css
<style>
span { border-color: #FFF32B; }
span { border-color: rgb(255,243,43); }
td.TdClassName
{
border-color: #FFF32B;
}
.TagClassName
{
border-color: #FFF32B;
}
</style>