Shades of Gorse #FFF83B
Tints of Gorse #FFF83B
RGB
CMYK
RGB Variations
Color information
#FFF83B (or 0xFFF83B) is known color: Gorse. HEX triplet: FF, F8 and 3B. RGB value is (255,248,59). Sum of RGB (Red+Green+Blue) = 255+248+59=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 248 (97.27% from 255 or 44.13% from 562); Blue value is 59 (23.44% from 255 or 10.50% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF83B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF83B is #0007C4. Grayscale: #E5E5E5. Windows color (decimal): -1989 or 3930367. OLE color: 3930367.
HSL color Cylindrical-coordinate representation of color #FFF83B: hue angle of 57.86º 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 #FFF83B is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 59 | - |
| CMYK | 0 | 0.03 | 0.77 | 0 |
| HSL | 57.86º | 1% | 0.62% | - |
| HSV(B) | 57.86º | 0.77% | 1% | - |
| XYZ | 75.6 | 88.71 | 17.28 | - |
| YUV | 228.55 | 32.32 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 59 | 0 | 0.03 | 0.77 | 0 | 57.86 | 1 | 0.62 |
| Hex | FF | F8 | 3B | 0 | 3 | 4D | 0 | 3A | 64 | 3E |
| Octal | 377 | 370 | 73 | 0 | 3 | 115 | 0 | 72 | 144 | 76 |
| Binary | 11111111 | 11111000 | 111011 | 0 | 11 | 1001101 | 0 | 111010 | 1100100 | 111110 |
Color Harmonies of #FFF83B
Complementary color
Monochromatic Colors of #FFF83B
Black with #FFF83B
Text Example
Text Example
White with #FFF83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF83B; }
p { color: rgb(255,248,59); }
H1.HeaderClassName
{
color: #FFF83B;
}
.AnyTagClassName
{
color: #FFF83B;
}
</style>
background-color css
<style>
a { background-color: #FFF83B; }
a { background-color: rgb(255,248,59); }
div.DivClassName
{
background-color: #FFF83B;
}
.BgClassName
{
background-color: #FFF83B;
}
</style>
border-color css
<style>
span { border-color: #FFF83B; }
span { border-color: rgb(255,248,59); }
td.TdClassName
{
border-color: #FFF83B;
}
.TagClassName
{
border-color: #FFF83B;
}
</style>