Shades of Gorse #FFF63C
Tints of Gorse #FFF63C
RGB
CMYK
RGB Variations
Color information
#FFF63C (or 0xFFF63C) is known color: Gorse. HEX triplet: FF, F6 and 3C. RGB value is (255,246,60). Sum of RGB (Red+Green+Blue) = 255+246+60=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 246 (96.48% from 255 or 43.85% from 561); Blue value is 60 (23.83% from 255 or 10.70% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF63C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF63C is #0009C3. Grayscale: #E4E4E4. Windows color (decimal): -2500 or 3995391. OLE color: 3995391.
HSL color Cylindrical-coordinate representation of color #FFF63C: hue angle of 57.23º 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 #FFF63C is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 60 | - |
| CMYK | 0 | 0.04 | 0.76 | 0 |
| HSL | 57.23º | 1% | 0.62% | - |
| HSV(B) | 57.23º | 0.76% | 1% | - |
| XYZ | 75.01 | 87.5 | 17.21 | - |
| YUV | 227.49 | 33.48 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 60 | 0 | 0.04 | 0.76 | 0 | 57.23 | 1 | 0.62 |
| Hex | FF | F6 | 3C | 0 | 4 | 4C | 0 | 39 | 64 | 3E |
| Octal | 377 | 366 | 74 | 0 | 4 | 114 | 0 | 71 | 144 | 76 |
| Binary | 11111111 | 11110110 | 111100 | 0 | 100 | 1001100 | 0 | 111001 | 1100100 | 111110 |
Color Harmonies of #FFF63C
Complementary color
Monochromatic Colors of #FFF63C
Black with #FFF63C
Text Example
Text Example
White with #FFF63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF63C; }
p { color: rgb(255,246,60); }
H1.HeaderClassName
{
color: #FFF63C;
}
.AnyTagClassName
{
color: #FFF63C;
}
</style>
background-color css
<style>
a { background-color: #FFF63C; }
a { background-color: rgb(255,246,60); }
div.DivClassName
{
background-color: #FFF63C;
}
.BgClassName
{
background-color: #FFF63C;
}
</style>
border-color css
<style>
span { border-color: #FFF63C; }
span { border-color: rgb(255,246,60); }
td.TdClassName
{
border-color: #FFF63C;
}
.TagClassName
{
border-color: #FFF63C;
}
</style>