Shades of Gorse #FFFE35
Tints of Gorse #FFFE35
RGB
CMYK
RGB Variations
Color information
#FFFE35 (or 0xFFFE35) is known color: Gorse. HEX triplet: FF, FE and 35. RGB value is (255,254,53). Sum of RGB (Red+Green+Blue) = 255+254+53=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 53 (21.09% from 255 or 9.43% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE35 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFE35 is #0001CA. Grayscale: #E8E8E8. Windows color (decimal): -459 or 3538687. OLE color: 3538687.
HSL color Cylindrical-coordinate representation of color #FFFE35: hue angle of 59.7º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FFFE35 is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 53 | - |
| CMYK | 0 | 0.00 | 0.79 | 0 |
| HSL | 59.7º | 1% | 0.6% | - |
| HSV(B) | 59.7º | 0.79% | 1% | - |
| XYZ | 77.32 | 92.4 | 17.13 | - |
| YUV | 231.39 | 27.33 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 53 | 0 | 0.00 | 0.79 | 0 | 59.7 | 1 | 0.6 |
| Hex | FF | FE | 35 | 0 | 0 | 4F | 0 | 3C | 64 | 3C |
| Octal | 377 | 376 | 65 | 0 | 0 | 117 | 0 | 74 | 144 | 74 |
| Binary | 11111111 | 11111110 | 110101 | 0 | 0 | 1001111 | 0 | 111100 | 1100100 | 111100 |
Color Harmonies of #FFFE35
Complementary color
Monochromatic Colors of #FFFE35
Black with #FFFE35
Text Example
Text Example
White with #FFFE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE35; }
p { color: rgb(255,254,53); }
H1.HeaderClassName
{
color: #FFFE35;
}
.AnyTagClassName
{
color: #FFFE35;
}
</style>
background-color css
<style>
a { background-color: #FFFE35; }
a { background-color: rgb(255,254,53); }
div.DivClassName
{
background-color: #FFFE35;
}
.BgClassName
{
background-color: #FFFE35;
}
</style>
border-color css
<style>
span { border-color: #FFFE35; }
span { border-color: rgb(255,254,53); }
td.TdClassName
{
border-color: #FFFE35;
}
.TagClassName
{
border-color: #FFFE35;
}
</style>