Shades of Gorse #FFF93B
Tints of Gorse #FFF93B
RGB
CMYK
RGB Variations
Color information
#FFF93B (or 0xFFF93B) is known color: Gorse. HEX triplet: FF, F9 and 3B. RGB value is (255,249,59). Sum of RGB (Red+Green+Blue) = 255+249+59=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 59 (23.44% from 255 or 10.48% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF93B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF93B is #0006C4. Grayscale: #E5E5E5. Windows color (decimal): -1733 or 3930623. OLE color: 3930623.
HSL color Cylindrical-coordinate representation of color #FFF93B: hue angle of 58.16º 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 #FFF93B is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 59 | - |
| CMYK | 0 | 0.02 | 0.77 | 0 |
| HSL | 58.16º | 1% | 0.62% | - |
| HSV(B) | 58.16º | 0.77% | 1% | - |
| XYZ | 75.91 | 89.33 | 17.38 | - |
| YUV | 229.13 | 31.99 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 59 | 0 | 0.02 | 0.77 | 0 | 58.16 | 1 | 0.62 |
| Hex | FF | F9 | 3B | 0 | 2 | 4D | 0 | 3A | 64 | 3E |
| Octal | 377 | 371 | 73 | 0 | 2 | 115 | 0 | 72 | 144 | 76 |
| Binary | 11111111 | 11111001 | 111011 | 0 | 10 | 1001101 | 0 | 111010 | 1100100 | 111110 |
Color Harmonies of #FFF93B
Complementary color
Monochromatic Colors of #FFF93B
Black with #FFF93B
Text Example
Text Example
White with #FFF93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF93B; }
p { color: rgb(255,249,59); }
H1.HeaderClassName
{
color: #FFF93B;
}
.AnyTagClassName
{
color: #FFF93B;
}
</style>
background-color css
<style>
a { background-color: #FFF93B; }
a { background-color: rgb(255,249,59); }
div.DivClassName
{
background-color: #FFF93B;
}
.BgClassName
{
background-color: #FFF93B;
}
</style>
border-color css
<style>
span { border-color: #FFF93B; }
span { border-color: rgb(255,249,59); }
td.TdClassName
{
border-color: #FFF93B;
}
.TagClassName
{
border-color: #FFF93B;
}
</style>