Shades of Gorse #FFF93A
Tints of Gorse #FFF93A
RGB
CMYK
RGB Variations
Color information
#FFF93A (or 0xFFF93A) is known color: Gorse. HEX triplet: FF, F9 and 3A. RGB value is (255,249,58). Sum of RGB (Red+Green+Blue) = 255+249+58=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 58 (23.05% from 255 or 10.32% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF93A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF93A is #0006C5. Grayscale: #E5E5E5. Windows color (decimal): -1734 or 3865087. OLE color: 3865087.
HSL color Cylindrical-coordinate representation of color #FFF93A: hue angle of 58.17º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFF93A is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 58 | - |
| CMYK | 0 | 0.02 | 0.77 | 0 |
| HSL | 58.17º | 1% | 0.61% | - |
| HSV(B) | 58.17º | 0.77% | 1% | - |
| XYZ | 75.88 | 89.32 | 17.24 | - |
| YUV | 229.02 | 31.49 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 58 | 0 | 0.02 | 0.77 | 0 | 58.17 | 1 | 0.61 |
| Hex | FF | F9 | 3A | 0 | 2 | 4D | 0 | 3A | 64 | 3D |
| Octal | 377 | 371 | 72 | 0 | 2 | 115 | 0 | 72 | 144 | 75 |
| Binary | 11111111 | 11111001 | 111010 | 0 | 10 | 1001101 | 0 | 111010 | 1100100 | 111101 |
Color Harmonies of #FFF93A
Complementary color
Monochromatic Colors of #FFF93A
Black with #FFF93A
Text Example
Text Example
White with #FFF93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF93A; }
p { color: rgb(255,249,58); }
H1.HeaderClassName
{
color: #FFF93A;
}
.AnyTagClassName
{
color: #FFF93A;
}
</style>
background-color css
<style>
a { background-color: #FFF93A; }
a { background-color: rgb(255,249,58); }
div.DivClassName
{
background-color: #FFF93A;
}
.BgClassName
{
background-color: #FFF93A;
}
</style>
border-color css
<style>
span { border-color: #FFF93A; }
span { border-color: rgb(255,249,58); }
td.TdClassName
{
border-color: #FFF93A;
}
.TagClassName
{
border-color: #FFF93A;
}
</style>