Shades of Gorse #F2FA38
Tints of Gorse #F2FA38
RGB
CMYK
RGB Variations
Color information
#F2FA38 (or 0xF2FA38) is known color: Gorse. HEX triplet: F2, FA and 38. RGB value is (242,250,56). Sum of RGB (Red+Green+Blue) = 242+250+56=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 56 (22.27% from 255 or 10.22% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FA38 is #0D05C7. Grayscale: #E2E2E2. Windows color (decimal): -853448 or 3734258. OLE color: 3734258.
HSL color Cylindrical-coordinate representation of color #F2FA38: hue angle of 62.47º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2FA38 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 56 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.02 |
| HSL | 62.47º | 0.95% | 0.6% | - |
| HSV(B) | 62.47º | 0.78% | 0.98% | - |
| XYZ | 71.52 | 87.53 | 16.87 | - |
| YUV | 225.49 | 32.35 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 56 | 0.03 | 0 | 0.78 | 0.02 | 62.47 | 0.95 | 0.6 |
| Hex | F2 | FA | 38 | 3 | 0 | 4E | 2 | 3E | 5F | 3C |
| Octal | 362 | 372 | 70 | 3 | 0 | 116 | 2 | 76 | 137 | 74 |
| Binary | 11110010 | 11111010 | 111000 | 11 | 0 | 1001110 | 10 | 111110 | 1011111 | 111100 |
Color Harmonies of #F2FA38
Complementary color
Monochromatic Colors of #F2FA38
Black with #F2FA38
Text Example
Text Example
White with #F2FA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FA38; }
p { color: rgb(242,250,56); }
H1.HeaderClassName
{
color: #F2FA38;
}
.AnyTagClassName
{
color: #F2FA38;
}
</style>
background-color css
<style>
a { background-color: #F2FA38; }
a { background-color: rgb(242,250,56); }
div.DivClassName
{
background-color: #F2FA38;
}
.BgClassName
{
background-color: #F2FA38;
}
</style>
border-color css
<style>
span { border-color: #F2FA38; }
span { border-color: rgb(242,250,56); }
td.TdClassName
{
border-color: #F2FA38;
}
.TagClassName
{
border-color: #F2FA38;
}
</style>