Shades of Gorse #F8F92F
Tints of Gorse #F8F92F
RGB
CMYK
RGB Variations
Color information
#F8F92F (or 0xF8F92F) is known color: Gorse. HEX triplet: F8, F9 and 2F. RGB value is (248,249,47). Sum of RGB (Red+Green+Blue) = 248+249+47=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 47 (18.75% from 255 or 8.64% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #F8F92F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F92F is #0706D0. Grayscale: #E2E2E2. Windows color (decimal): -460497 or 3144184. OLE color: 3144184.
HSL color Cylindrical-coordinate representation of color #F8F92F: hue angle of 60.3º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8F92F is Cyan = 0.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 249 | 47 | - |
| CMYK | 0.00 | 0 | 0.81 | 0.02 |
| HSL | 60.3º | 0.94% | 0.58% | - |
| HSV(B) | 60.3º | 0.81% | 0.98% | - |
| XYZ | 73.1 | 87.91 | 15.81 | - |
| YUV | 225.67 | 27.17 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 249 | 47 | 0.00 | 0 | 0.81 | 0.02 | 60.3 | 0.94 | 0.58 |
| Hex | F8 | F9 | 2F | 0 | 0 | 51 | 2 | 3C | 5E | 3A |
| Octal | 370 | 371 | 57 | 0 | 0 | 121 | 2 | 74 | 136 | 72 |
| Binary | 11111000 | 11111001 | 101111 | 0 | 0 | 1010001 | 10 | 111100 | 1011110 | 111010 |
Color Harmonies of #F8F92F
Complementary color
Monochromatic Colors of #F8F92F
Black with #F8F92F
Text Example
Text Example
White with #F8F92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F92F; }
p { color: rgb(248,249,47); }
H1.HeaderClassName
{
color: #F8F92F;
}
.AnyTagClassName
{
color: #F8F92F;
}
</style>
background-color css
<style>
a { background-color: #F8F92F; }
a { background-color: rgb(248,249,47); }
div.DivClassName
{
background-color: #F8F92F;
}
.BgClassName
{
background-color: #F8F92F;
}
</style>
border-color css
<style>
span { border-color: #F8F92F; }
span { border-color: rgb(248,249,47); }
td.TdClassName
{
border-color: #F8F92F;
}
.TagClassName
{
border-color: #F8F92F;
}
</style>