Shades of Gorse #F3FF2D
Tints of Gorse #F3FF2D
RGB
CMYK
RGB Variations
Color information
#F3FF2D (or 0xF3FF2D) is known color: Gorse. HEX triplet: F3, FF and 2D. RGB value is (243,255,45). Sum of RGB (Red+Green+Blue) = 243+255+45=543 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.75% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 45 (17.97% from 255 or 8.29% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #F3FF2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3FF2D is #0C00D2. Grayscale: #E4E4E4. Windows color (decimal): -786643 or 3014643. OLE color: 3014643.
HSL color Cylindrical-coordinate representation of color #F3FF2D: hue angle of 63.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F3FF2D is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 255 | 45 | - |
| CMYK | 0.05 | 0 | 0.82 | 0 |
| HSL | 63.43º | 1% | 0.59% | - |
| HSV(B) | 63.43º | 0.82% | 1% | - |
| XYZ | 73.2 | 90.76 | 16.14 | - |
| YUV | 227.47 | 25.02 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 255 | 45 | 0.05 | 0 | 0.82 | 0 | 63.43 | 1 | 0.59 |
| Hex | F3 | FF | 2D | 5 | 0 | 52 | 0 | 3F | 64 | 3B |
| Octal | 363 | 377 | 55 | 5 | 0 | 122 | 0 | 77 | 144 | 73 |
| Binary | 11110011 | 11111111 | 101101 | 101 | 0 | 1010010 | 0 | 111111 | 1100100 | 111011 |
Color Harmonies of #F3FF2D
Complementary color
Monochromatic Colors of #F3FF2D
Black with #F3FF2D
Text Example
Text Example
White with #F3FF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FF2D; }
p { color: rgb(243,255,45); }
H1.HeaderClassName
{
color: #F3FF2D;
}
.AnyTagClassName
{
color: #F3FF2D;
}
</style>
background-color css
<style>
a { background-color: #F3FF2D; }
a { background-color: rgb(243,255,45); }
div.DivClassName
{
background-color: #F3FF2D;
}
.BgClassName
{
background-color: #F3FF2D;
}
</style>
border-color css
<style>
span { border-color: #F3FF2D; }
span { border-color: rgb(243,255,45); }
td.TdClassName
{
border-color: #F3FF2D;
}
.TagClassName
{
border-color: #F3FF2D;
}
</style>