Shades of Gorse #FFF23C
Tints of Gorse #FFF23C
RGB
CMYK
RGB Variations
Color information
#FFF23C (or 0xFFF23C) is known color: Gorse. HEX triplet: FF, F2 and 3C. RGB value is (255,242,60). Sum of RGB (Red+Green+Blue) = 255+242+60=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 60 (23.83% from 255 or 10.77% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF23C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF23C is #000DC3. Grayscale: #E1E1E1. Windows color (decimal): -3524 or 3994367. OLE color: 3994367.
HSL color Cylindrical-coordinate representation of color #FFF23C: hue angle of 56º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFF23C is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 60 | - |
| CMYK | 0 | 0.05 | 0.76 | 0 |
| HSL | 56º | 1% | 0.62% | - |
| HSV(B) | 56º | 0.76% | 1% | - |
| XYZ | 73.81 | 85.09 | 16.81 | - |
| YUV | 225.14 | 34.81 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 60 | 0 | 0.05 | 0.76 | 0 | 56 | 1 | 0.62 |
| Hex | FF | F2 | 3C | 0 | 5 | 4C | 0 | 38 | 64 | 3E |
| Octal | 377 | 362 | 74 | 0 | 5 | 114 | 0 | 70 | 144 | 76 |
| Binary | 11111111 | 11110010 | 111100 | 0 | 101 | 1001100 | 0 | 111000 | 1100100 | 111110 |
Color Harmonies of #FFF23C
Complementary color
Monochromatic Colors of #FFF23C
Black with #FFF23C
Text Example
Text Example
White with #FFF23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF23C; }
p { color: rgb(255,242,60); }
H1.HeaderClassName
{
color: #FFF23C;
}
.AnyTagClassName
{
color: #FFF23C;
}
</style>
background-color css
<style>
a { background-color: #FFF23C; }
a { background-color: rgb(255,242,60); }
div.DivClassName
{
background-color: #FFF23C;
}
.BgClassName
{
background-color: #FFF23C;
}
</style>
border-color css
<style>
span { border-color: #FFF23C; }
span { border-color: rgb(255,242,60); }
td.TdClassName
{
border-color: #FFF23C;
}
.TagClassName
{
border-color: #FFF23C;
}
</style>