Shades of Gorse #FFF03B
Tints of Gorse #FFF03B
RGB
CMYK
RGB Variations
Color information
#FFF03B (or 0xFFF03B) is known color: Gorse. HEX triplet: FF, F0 and 3B. RGB value is (255,240,59). Sum of RGB (Red+Green+Blue) = 255+240+59=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 59 (23.44% from 255 or 10.65% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF03B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF03B is #000FC4. Grayscale: #E0E0E0. Windows color (decimal): -4037 or 3928319. OLE color: 3928319.
HSL color Cylindrical-coordinate representation of color #FFF03B: hue angle of 55.41º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFF03B is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 59 | - |
| CMYK | 0 | 0.06 | 0.77 | 0 |
| HSL | 55.41º | 1% | 0.62% | - |
| HSV(B) | 55.41º | 0.77% | 1% | - |
| XYZ | 73.19 | 83.9 | 16.47 | - |
| YUV | 223.85 | 34.97 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 59 | 0 | 0.06 | 0.77 | 0 | 55.41 | 1 | 0.62 |
| Hex | FF | F0 | 3B | 0 | 6 | 4D | 0 | 37 | 64 | 3E |
| Octal | 377 | 360 | 73 | 0 | 6 | 115 | 0 | 67 | 144 | 76 |
| Binary | 11111111 | 11110000 | 111011 | 0 | 110 | 1001101 | 0 | 110111 | 1100100 | 111110 |
Color Harmonies of #FFF03B
Complementary color
Monochromatic Colors of #FFF03B
Black with #FFF03B
Text Example
Text Example
White with #FFF03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF03B; }
p { color: rgb(255,240,59); }
H1.HeaderClassName
{
color: #FFF03B;
}
.AnyTagClassName
{
color: #FFF03B;
}
</style>
background-color css
<style>
a { background-color: #FFF03B; }
a { background-color: rgb(255,240,59); }
div.DivClassName
{
background-color: #FFF03B;
}
.BgClassName
{
background-color: #FFF03B;
}
</style>
border-color css
<style>
span { border-color: #FFF03B; }
span { border-color: rgb(255,240,59); }
td.TdClassName
{
border-color: #FFF03B;
}
.TagClassName
{
border-color: #FFF03B;
}
</style>