Shades of Gorse #FFF83D
Tints of Gorse #FFF83D
RGB
CMYK
RGB Variations
Color information
#FFF83D (or 0xFFF83D) is known color: Gorse. HEX triplet: FF, F8 and 3D. RGB value is (255,248,61). Sum of RGB (Red+Green+Blue) = 255+248+61=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 248 (97.27% from 255 or 43.97% from 564); Blue value is 61 (24.22% from 255 or 10.82% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF83D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF83D is #0007C2. Grayscale: #E5E5E5. Windows color (decimal): -1987 or 4061439. OLE color: 4061439.
HSL color Cylindrical-coordinate representation of color #FFF83D: hue angle of 57.84º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFF83D is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 61 | - |
| CMYK | 0 | 0.03 | 0.76 | 0 |
| HSL | 57.84º | 1% | 0.62% | - |
| HSV(B) | 57.84º | 0.76% | 1% | - |
| XYZ | 75.65 | 88.73 | 17.55 | - |
| YUV | 228.78 | 33.32 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 61 | 0 | 0.03 | 0.76 | 0 | 57.84 | 1 | 0.62 |
| Hex | FF | F8 | 3D | 0 | 3 | 4C | 0 | 3A | 64 | 3E |
| Octal | 377 | 370 | 75 | 0 | 3 | 114 | 0 | 72 | 144 | 76 |
| Binary | 11111111 | 11111000 | 111101 | 0 | 11 | 1001100 | 0 | 111010 | 1100100 | 111110 |
Color Harmonies of #FFF83D
Complementary color
Monochromatic Colors of #FFF83D
Black with #FFF83D
Text Example
Text Example
White with #FFF83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF83D; }
p { color: rgb(255,248,61); }
H1.HeaderClassName
{
color: #FFF83D;
}
.AnyTagClassName
{
color: #FFF83D;
}
</style>
background-color css
<style>
a { background-color: #FFF83D; }
a { background-color: rgb(255,248,61); }
div.DivClassName
{
background-color: #FFF83D;
}
.BgClassName
{
background-color: #FFF83D;
}
</style>
border-color css
<style>
span { border-color: #FFF83D; }
span { border-color: rgb(255,248,61); }
td.TdClassName
{
border-color: #FFF83D;
}
.TagClassName
{
border-color: #FFF83D;
}
</style>