Shades of Gorse #F8F23D
Tints of Gorse #F8F23D
RGB
CMYK
RGB Variations
Color information
#F8F23D (or 0xF8F23D) is known color: Gorse. HEX triplet: F8, F2 and 3D. RGB value is (248,242,61). Sum of RGB (Red+Green+Blue) = 248+242+61=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 61 (24.22% from 255 or 11.07% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F23D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F23D is #070DC2. Grayscale: #DFDFDF. Windows color (decimal): -462275 or 4059896. OLE color: 4059896.
HSL color Cylindrical-coordinate representation of color #F8F23D: hue angle of 58.07º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8F23D is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 242 | 61 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.03 |
| HSL | 58.07º | 0.93% | 0.61% | - |
| HSV(B) | 58.07º | 0.75% | 0.97% | - |
| XYZ | 71.31 | 83.8 | 16.83 | - |
| YUV | 223.16 | 36.49 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 242 | 61 | 0 | 0.02 | 0.75 | 0.03 | 58.07 | 0.93 | 0.61 |
| Hex | F8 | F2 | 3D | 0 | 2 | 4B | 3 | 3A | 5D | 3D |
| Octal | 370 | 362 | 75 | 0 | 2 | 113 | 3 | 72 | 135 | 75 |
| Binary | 11111000 | 11110010 | 111101 | 0 | 10 | 1001011 | 11 | 111010 | 1011101 | 111101 |
Color Harmonies of #F8F23D
Complementary color
Monochromatic Colors of #F8F23D
Black with #F8F23D
Text Example
Text Example
White with #F8F23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F23D; }
p { color: rgb(248,242,61); }
H1.HeaderClassName
{
color: #F8F23D;
}
.AnyTagClassName
{
color: #F8F23D;
}
</style>
background-color css
<style>
a { background-color: #F8F23D; }
a { background-color: rgb(248,242,61); }
div.DivClassName
{
background-color: #F8F23D;
}
.BgClassName
{
background-color: #F8F23D;
}
</style>
border-color css
<style>
span { border-color: #F8F23D; }
span { border-color: rgb(248,242,61); }
td.TdClassName
{
border-color: #F8F23D;
}
.TagClassName
{
border-color: #F8F23D;
}
</style>