Shades of Gorse #FFF335
Tints of Gorse #FFF335
RGB
CMYK
RGB Variations
Color information
#FFF335 (or 0xFFF335) is known color: Gorse. HEX triplet: FF, F3 and 35. RGB value is (255,243,53). Sum of RGB (Red+Green+Blue) = 255+243+53=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 243 (95.31% from 255 or 44.10% from 551); Blue value is 53 (21.09% from 255 or 9.62% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF335 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF335 is #000CCA. Grayscale: #E1E1E1. Windows color (decimal): -3275 or 3535871. OLE color: 3535871.
HSL color Cylindrical-coordinate representation of color #FFF335: hue angle of 56.44º 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 #FFF335 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 53 | - |
| CMYK | 0 | 0.05 | 0.79 | 0 |
| HSL | 56.44º | 1% | 0.6% | - |
| HSV(B) | 56.44º | 0.79% | 1% | - |
| XYZ | 73.93 | 85.62 | 16 | - |
| YUV | 224.93 | 30.98 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 53 | 0 | 0.05 | 0.79 | 0 | 56.44 | 1 | 0.6 |
| Hex | FF | F3 | 35 | 0 | 5 | 4F | 0 | 38 | 64 | 3C |
| Octal | 377 | 363 | 65 | 0 | 5 | 117 | 0 | 70 | 144 | 74 |
| Binary | 11111111 | 11110011 | 110101 | 0 | 101 | 1001111 | 0 | 111000 | 1100100 | 111100 |
Color Harmonies of #FFF335
Complementary color
Monochromatic Colors of #FFF335
Black with #FFF335
Text Example
Text Example
White with #FFF335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF335; }
p { color: rgb(255,243,53); }
H1.HeaderClassName
{
color: #FFF335;
}
.AnyTagClassName
{
color: #FFF335;
}
</style>
background-color css
<style>
a { background-color: #FFF335; }
a { background-color: rgb(255,243,53); }
div.DivClassName
{
background-color: #FFF335;
}
.BgClassName
{
background-color: #FFF335;
}
</style>
border-color css
<style>
span { border-color: #FFF335; }
span { border-color: rgb(255,243,53); }
td.TdClassName
{
border-color: #FFF335;
}
.TagClassName
{
border-color: #FFF335;
}
</style>