Shades of Gorse #F3FA2D
Tints of Gorse #F3FA2D
RGB
CMYK
RGB Variations
Color information
#F3FA2D (or 0xF3FA2D) is known color: Gorse. HEX triplet: F3, FA and 2D. RGB value is (243,250,45). Sum of RGB (Red+Green+Blue) = 243+250+45=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 45 (17.97% from 255 or 8.36% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #F3FA2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3FA2D is #0C05D2. Grayscale: #E1E1E1. Windows color (decimal): -787923 or 3013363. OLE color: 3013363.
HSL color Cylindrical-coordinate representation of color #F3FA2D: hue angle of 62.05º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F3FA2D is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 250 | 45 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.02 |
| HSL | 62.05º | 0.95% | 0.58% | - |
| HSV(B) | 62.05º | 0.82% | 0.98% | - |
| XYZ | 71.62 | 87.62 | 15.62 | - |
| YUV | 224.54 | 26.68 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 250 | 45 | 0.03 | 0 | 0.82 | 0.02 | 62.05 | 0.95 | 0.58 |
| Hex | F3 | FA | 2D | 3 | 0 | 52 | 2 | 3E | 5F | 3A |
| Octal | 363 | 372 | 55 | 3 | 0 | 122 | 2 | 76 | 137 | 72 |
| Binary | 11110011 | 11111010 | 101101 | 11 | 0 | 1010010 | 10 | 111110 | 1011111 | 111010 |
Color Harmonies of #F3FA2D
Complementary color
Monochromatic Colors of #F3FA2D
Black with #F3FA2D
Text Example
Text Example
White with #F3FA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FA2D; }
p { color: rgb(243,250,45); }
H1.HeaderClassName
{
color: #F3FA2D;
}
.AnyTagClassName
{
color: #F3FA2D;
}
</style>
background-color css
<style>
a { background-color: #F3FA2D; }
a { background-color: rgb(243,250,45); }
div.DivClassName
{
background-color: #F3FA2D;
}
.BgClassName
{
background-color: #F3FA2D;
}
</style>
border-color css
<style>
span { border-color: #F3FA2D; }
span { border-color: rgb(243,250,45); }
td.TdClassName
{
border-color: #F3FA2D;
}
.TagClassName
{
border-color: #F3FA2D;
}
</style>