Shades of Gorse #FFF327
Tints of Gorse #FFF327
RGB
CMYK
RGB Variations
Color information
#FFF327 (or 0xFFF327) is known color: Gorse. HEX triplet: FF, F3 and 27. RGB value is (255,243,39). Sum of RGB (Red+Green+Blue) = 255+243+39=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 243 (95.31% from 255 or 45.25% from 537); Blue value is 39 (15.62% from 255 or 7.26% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF327 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF327 is #000CD8. Grayscale: #E0E0E0. Windows color (decimal): -3289 or 2618367. OLE color: 2618367.
HSL color Cylindrical-coordinate representation of color #FFF327: hue angle of 56.67º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFF327 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 39 | - |
| CMYK | 0 | 0.05 | 0.85 | 0 |
| HSL | 56.67º | 1% | 0.58% | - |
| HSV(B) | 56.67º | 0.85% | 1% | - |
| XYZ | 73.66 | 85.51 | 14.54 | - |
| YUV | 223.33 | 23.98 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 39 | 0 | 0.05 | 0.85 | 0 | 56.67 | 1 | 0.58 |
| Hex | FF | F3 | 27 | 0 | 5 | 55 | 0 | 39 | 64 | 3A |
| Octal | 377 | 363 | 47 | 0 | 5 | 125 | 0 | 71 | 144 | 72 |
| Binary | 11111111 | 11110011 | 100111 | 0 | 101 | 1010101 | 0 | 111001 | 1100100 | 111010 |
Color Harmonies of #FFF327
Complementary color
Monochromatic Colors of #FFF327
Black with #FFF327
Text Example
Text Example
White with #FFF327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF327; }
p { color: rgb(255,243,39); }
H1.HeaderClassName
{
color: #FFF327;
}
.AnyTagClassName
{
color: #FFF327;
}
</style>
background-color css
<style>
a { background-color: #FFF327; }
a { background-color: rgb(255,243,39); }
div.DivClassName
{
background-color: #FFF327;
}
.BgClassName
{
background-color: #FFF327;
}
</style>
border-color css
<style>
span { border-color: #FFF327; }
span { border-color: rgb(255,243,39); }
td.TdClassName
{
border-color: #FFF327;
}
.TagClassName
{
border-color: #FFF327;
}
</style>