Shades of Gorse #FFF33C
Tints of Gorse #FFF33C
RGB
CMYK
RGB Variations
Color information
#FFF33C (or 0xFFF33C) is known color: Gorse. HEX triplet: FF, F3 and 3C. RGB value is (255,243,60). Sum of RGB (Red+Green+Blue) = 255+243+60=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 60 (23.83% from 255 or 10.75% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF33C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF33C is #000CC3. Grayscale: #E2E2E2. Windows color (decimal): -3268 or 3994623. OLE color: 3994623.
HSL color Cylindrical-coordinate representation of color #FFF33C: hue angle of 56.31º 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 #FFF33C is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 60 | - |
| CMYK | 0 | 0.05 | 0.76 | 0 |
| HSL | 56.31º | 1% | 0.62% | - |
| HSV(B) | 56.31º | 0.76% | 1% | - |
| XYZ | 74.11 | 85.69 | 16.91 | - |
| YUV | 225.73 | 34.48 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 60 | 0 | 0.05 | 0.76 | 0 | 56.31 | 1 | 0.62 |
| Hex | FF | F3 | 3C | 0 | 5 | 4C | 0 | 38 | 64 | 3E |
| Octal | 377 | 363 | 74 | 0 | 5 | 114 | 0 | 70 | 144 | 76 |
| Binary | 11111111 | 11110011 | 111100 | 0 | 101 | 1001100 | 0 | 111000 | 1100100 | 111110 |
Color Harmonies of #FFF33C
Complementary color
Monochromatic Colors of #FFF33C
Black with #FFF33C
Text Example
Text Example
White with #FFF33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF33C; }
p { color: rgb(255,243,60); }
H1.HeaderClassName
{
color: #FFF33C;
}
.AnyTagClassName
{
color: #FFF33C;
}
</style>
background-color css
<style>
a { background-color: #FFF33C; }
a { background-color: rgb(255,243,60); }
div.DivClassName
{
background-color: #FFF33C;
}
.BgClassName
{
background-color: #FFF33C;
}
</style>
border-color css
<style>
span { border-color: #FFF33C; }
span { border-color: rgb(255,243,60); }
td.TdClassName
{
border-color: #FFF33C;
}
.TagClassName
{
border-color: #FFF33C;
}
</style>