Shades of Gorse #FFF628
Tints of Gorse #FFF628
RGB
CMYK
RGB Variations
Color information
#FFF628 (or 0xFFF628) is known color: Gorse. HEX triplet: FF, F6 and 28. RGB value is (255,246,40). Sum of RGB (Red+Green+Blue) = 255+246+40=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 246 (96.48% from 255 or 45.47% from 541); Blue value is 40 (16.02% from 255 or 7.39% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF628 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF628 is #0009D7. Grayscale: #E2E2E2. Windows color (decimal): -2520 or 2684671. OLE color: 2684671.
HSL color Cylindrical-coordinate representation of color #FFF628: hue angle of 57.49º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFF628 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 40 | - |
| CMYK | 0 | 0.04 | 0.84 | 0 |
| HSL | 57.49º | 1% | 0.58% | - |
| HSV(B) | 57.49º | 0.84% | 1% | - |
| XYZ | 74.58 | 87.32 | 14.93 | - |
| YUV | 225.21 | 23.48 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 40 | 0 | 0.04 | 0.84 | 0 | 57.49 | 1 | 0.58 |
| Hex | FF | F6 | 28 | 0 | 4 | 54 | 0 | 39 | 64 | 3A |
| Octal | 377 | 366 | 50 | 0 | 4 | 124 | 0 | 71 | 144 | 72 |
| Binary | 11111111 | 11110110 | 101000 | 0 | 100 | 1010100 | 0 | 111001 | 1100100 | 111010 |
Color Harmonies of #FFF628
Complementary color
Monochromatic Colors of #FFF628
Black with #FFF628
Text Example
Text Example
White with #FFF628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF628; }
p { color: rgb(255,246,40); }
H1.HeaderClassName
{
color: #FFF628;
}
.AnyTagClassName
{
color: #FFF628;
}
</style>
background-color css
<style>
a { background-color: #FFF628; }
a { background-color: rgb(255,246,40); }
div.DivClassName
{
background-color: #FFF628;
}
.BgClassName
{
background-color: #FFF628;
}
</style>
border-color css
<style>
span { border-color: #FFF628; }
span { border-color: rgb(255,246,40); }
td.TdClassName
{
border-color: #FFF628;
}
.TagClassName
{
border-color: #FFF628;
}
</style>